zigpy / zigpy-xbee

A library which communicates with XBee radios for zigpy
GNU General Public License v3.0
22 stars 18 forks source link

Not working anymore since Zigpy 0.53.3 Release #137

Closed shammysha closed 1 year ago

shammysha commented 1 year ago

https://github.com/zigpy/zigpy/pull/1174

Deprecated parameter "is_reply" was finally removed And now error occured in

  File "/var/www/homeassistant/lib/python3.10/site-packages/zigpy_xbee/zigbee/application.py", line 327, in XBeeGroupResponse
    0x04: foundation.ZCLCommandDef(
TypeError: ZCLCommandDef.__init__() got an unexpected keyword argument 'is_reply'
puddly commented 1 year ago

This will be fixed by #136.

Home Assistant's ZHA component is pinned to zigpy==0.53.2. Did you manually upgrade to 0.53.3?

shammysha commented 1 year ago

Hm.. I see update icon in lovelace and...

pip3 install homeassistant --upgrade

Very strange.. I see 0.53.2 in manifest too.. And no local history for manually upgrade zigpy.

Closing issue. Sorry for disturb :(