Skip to content

v0.8.33 馃ОLess dependency on ZHA being started when loading

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 23:40
· 216 commits to main since this release
f97bb65

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