Skip to content

v0.2.1

Compare
Choose a tag to compare
@puddly puddly released this 01 Oct 03:12
· 444 commits to dev since this release

Bugfixes

  • Fix tests being erroneously installed as a Python package along with zigpy_znp.
  • Support Python 3.8.6 by fixing enum incompatibilities (https://bugs.python.org/issue41889) and requiring at least zigpy 0.25.0.
  • Explicitly handle device announcement and source routing messages generated by devices on the network that are not known to zigpy, preventing unnecessary tracebacks from being logged (reported by @Samantha-uk).
  • Reduce the logging level of missing NVRAM item messages in zigpy_znp.tools.nvram_reset from WARNING to DEBUG (reported by @Samantha-uk).