Skip to content

Releases: mdeweerd/zha-toolkit

v0.9.2 🧰 More updates for retry functionnality since zigpy>=0.56.0, HA2023.7.0

10 Jul 12:14
1d51c4b
Compare
Choose a tag to compare

Changes

  • #175 More updates for retry functionnality since zigpy>=0.56.0, HA2023.7.0 @mdeweerd

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

06 Jul 16:51
602363d
Compare
Choose a tag to compare

Changes

  • #172 Update for zigpy >= 0.56.0, HA 2023.7.0 - integrate retryable @mdeweerd

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

@juresyahya .

Full Changelog: v0.8.40...v0.9.1

v0.8.40 🧰 bind_ieee: adapt coordinator check to fit zigpy changes

10 Jun 22:08
6499f64
Compare
Choose a tag to compare

Changes

  • #165 Documentation: More info about the attr_val typing in attr_write. @mdeweerd
  • #166 Documentation: Improved the crash course @mdeweerd
  • #169 Fix #168 - bind_ieee: adapt coordinator check to fit zigpy changes @mdeweerd

Full Changelog: v0.8.39...v0.8.40

v0.8.39 🧰zha_devices - also slim the devices fields in the event data

28 Apr 10:37
af229b5
Compare
Choose a tag to compare

Changes

  • #163 zha_devices - also slim the devices fields in the event data. @mdeweerd

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

22 Apr 13:49
9bdd9f5
Compare
Choose a tag to compare

Changes

  • #159 Update scan_device/zcl_attr to adapt to zigpy 0.54.X/HA 2023.4.X @mdeweerd

Full Changelog: v0.8.37...v0.8.38

v0.8.37 🧰 Adjust for 2023.3 - zigpy radio package version

02 Mar 10:50
1d93d24
Compare
Choose a tag to compare

Changes

Full Changelog: v0.8.36...v0.8.37

v0.8.36 🧰New argument for explicit destination endpoint for bind_ieee

26 Feb 15:12
02030f5
Compare
Choose a tag to compare

Changes

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

@mdeweerd and @theorlangur

Full Changelog: v0.8.35...v0.8.36

v0.8.35 🧰 zcl_cmd: When command is missing in ZHA/zigpy, add virtual one

17 Feb 01:00
bf8919c
Compare
Choose a tag to compare

Changes

⭐️ 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

16 Feb 17:45
812cc2f
Compare
Choose a tag to compare

Changes

⭐️ 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

06 Feb 23:40
f97bb65
Compare
Choose a tag to compare

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