Releases: mdeweerd/zha-toolkit
Releases · mdeweerd/zha-toolkit
v1.1.12 🧰 Compatibility for 2024.8.0
Changes
- #240 change import of ZHAGateway from zha.core @ChristophCaina @CordoWEB
⭐️ Thank you so much for helping out to keep this integration awesome
v1.1.11 🧰 Several compatibility fixes
Changes
- #231 remove direct refs to homeassistant.helpers when HA >= 2024.6 @DerekF35
- #227 Fix for blocking call issue @benschumacher
- #226 Test that app has ota and ota has listeners for OTA operations @systemcrash
⭐️ Thank you so much for helping out to keep this integration awesome
v1.1.10 🧰 Fix - keep state whan applying attribute change (instead of None)
Changes
- #217 ci: Apply pre-commit, minor fixes reported in ci. @mdeweerd
- #222 fix setting attribute changes state to None @regevbr
⭐️ Thank you so much for helping out to keep this integration awesome
New Contributors
Full Changelog: v1.1.9...v1.1.10
v1.1.9 🧰Improve handling of unexpected returns in scan_device to still provide a result
Pre-release
Changes
- Improve handling of unexpected returns in scan_device to still provide a result
v1.1.8 🧰 Ignore but report exceptions from zha/zigpy during scan_device.
v1.1.7 🧰 Enable read of array in scan_device
Changes
- #214 Correctly enable read of array in scan_device.
v1.1.6 🧰 Use 'unicode_escape' encoding to convert bytes to string
v1.1.5 🧰Fix issue introduced in v1.1.4 breaking several calls ("coroutine" errors).
Changes
- #212 Fix several calls to get device from 'ieee' (bug introduced in v1.1.4)
v1.1.4 🧰Fix broken read for bitmap8, No exception for timeout, Accept device id for all services
Changes
- Fix broken read for bitmap8 (since changes for Array reads/writes);
- By default no exception for timeout (DeliveryError) to avoid breaking loops with absent devices;
- Accept device id for all services (in ieee field, was accepted for some services only).
v1.1.3 🧰Enable Array writes + a fix in read_before_write
Changes
- #209 Fix read_before_write @tomasbedrich
- #210 Enable Array writes @tomasbedrich