Releases: mdeweerd/zha-toolkit
Releases · mdeweerd/zha-toolkit
v0.9.2 🧰 More updates for retry functionnality since zigpy>=0.56.0, HA2023.7.0
Changes
Full Changelog: v0.9.1...v0.9.2
v0.9.1 🧰Integrate retryable to fix for changes in zigpy >= 0.56.0, HA >= 2023.7.0
Changes
⭐️ Thank you so much for helping out to keep this integration awesome
Full Changelog: v0.8.40...v0.9.1
v0.8.40 🧰 bind_ieee: adapt coordinator check to fit zigpy changes
v0.8.39 🧰zha_devices - also slim the devices fields in the event data
Changes
Full Changelog: v0.8.38...v0.8.39
v0.8.38 🧰Update scan_device/zcl_attr to adapt to zigpy 0.54.X/HA 2023.4.X
Changes
Full Changelog: v0.8.37...v0.8.38
v0.8.37 🧰 Adjust for 2023.3 - zigpy radio package version
Changes
Full Changelog: v0.8.36...v0.8.37
v0.8.36 🧰New argument for explicit destination endpoint for bind_ieee
Changes
- #150 Support for explicit destination endpoint for bind_ieee @theorlangur
- #145 README updates: zigbee 'crash course', cosmetics @mdeweerd
- #148 Hassfest compliance @mdeweerd
⭐️ Thank you so much for helping out to keep this integration awesome
Full Changelog: v0.8.35...v0.8.36
v0.8.35 🧰 zcl_cmd: When command is missing in ZHA/zigpy, add virtual one
Changes
- #141 New icon @filmgarage
- #142 Optimize images @mdeweerd
- #143 zcl_cmd: When command is missing, add virtual one. @mdeweerd
- #144 Allow 'args' to be a scalar (by converting it to a list internally) @mdeweerd
⭐️ Thank you so much for helping out to keep this integration awesome
@filmgarage and @mdeweerd
v0.8.34 🧰 zcl_cmd: When command is missing in ZHA/zigpy, add virtual one
Changes
- #141 New icon @filmgarage
- #142 Optimize images @mdeweerd
- #143 zcl_cmd: When command is missing in zha/zigpy, add virtual one. @mdeweerd
⭐️ Thank you so much for helping out to keep this integration awesome
@filmgarage and @mdeweerd
v0.8.33 🧰Less dependency on ZHA being started when loading
2023.2.0 and up has resulted in a few reports from users that zha-toolkit was not available after startup.
Prior to v0.8.33, zha-toolkit required that the ZHA integration had the radio object initialised when the zha-toolkit was initializing.
v0.8.33 of the toolkit is less strict with that. As a result you might see errors after zha-toolkit setup about the gateway not being available - that likely means that ZHA is still setting up.
Changes
- #139 Less dependency on ZHA being started when loading
Full Changelog: v0.8.32...v0.8.33