Run esp-zigbee-sdk example in PlatformIO

If anyone comes looking for a solution

inside platform-espressif32/builder/frameworks/espidf.py at e9dbab3109bb301f0f33b7a65ec46059b644e131 · platformio/platform-espressif32 · GitHub

it lists the dependency for idf-component-manager. If you change the version it will install that on platformio run

However as shown in the github link the current version should be at 1.5.2, which supports the key repository_info in my experience

running pio pkg update should fix the issue therefore