hi all,
Wondering if anyone can help with this, I’m trying to build an automation around information I get from zha toolkit. To start with I’m just trying to use developer tools to see what I can pull but zha toolkit seems to fail every time.
I’m running action:
zha_toolkit.zha_devices
but get this error every time;
Failed to perform the action zha_toolkit.zha_devices. Unknown error
looking into the logs I can see this error;
File "/config/custom_components/zha_toolkit/default.py", line 51, in default
await handler(app, listener, ieee, cmd, data, service, params, event_data)
File "/config/custom_components/zha_toolkit/zha.py", line 48, in zha_devices
devices = [device.zha_device_info for device in listener.devices.values()]
^^^^^^^^^^^^^^^^
AttributeError: 'ZHAGatewayProxy' object has no attribute 'devices'
Is something up with zha_toolkit here, or am I just getting things wrong?
Thanks for the help!
Jon