Skip to content

Releases: mdeweerd/zha-toolkit

v1.1.11 🧰 Several compatibility fixes

30 Jul 17:45
fecf8ae
Compare
Choose a tag to compare

Changes

⭐️ Thank you so much for helping out to keep this integration awesome

@DerekF35, @benschumacher, @mdeweerd and @systemcrash

v1.1.10 🧰 Fix - keep state whan applying attribute change (instead of None)

13 Mar 22:32
Compare
Choose a tag to compare

Changes

⭐️ Thank you so much for helping out to keep this integration awesome

@mdeweerd and @regevbr

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

06 Dec 10:25
Compare
Choose a tag to compare

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.

04 Dec 17:25
Compare
Choose a tag to compare

Changes

  • #216 #215 "Workaround": during scan_device catch and ignore (but report) all errors from zha/zigpy layer @mdeweerd

v1.1.7 🧰 Enable read of array in scan_device

27 Nov 01:04
Compare
Choose a tag to compare

Changes

  • #214 Correctly enable read of array in scan_device.

v1.1.6 🧰 Use 'unicode_escape' encoding to convert bytes to string

06 Nov 09:24
e320f98
Compare
Choose a tag to compare

Changes

  • #213 Use 'unicode_escape' encoding to convert bytes to string @mdeweerd

v1.1.5 🧰Fix issue introduced in v1.1.4 breaking several calls ("coroutine" errors).

03 Nov 10:57
Compare
Choose a tag to compare

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

31 Oct 20:46
Compare
Choose a tag to compare

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

27 Oct 00:48
b2ab02a
Compare
Choose a tag to compare

Changes

⭐️ Thank you so much for helping out to keep this integration awesome @tomasbedrich

v1.1.2 🧰 Fix compatibility with 2023.10.X

06 Oct 01:01
Compare
Choose a tag to compare

Changes

⭐️ Thank you so much for helping out to keep this integration awesome

@bendikrb