v0.0.10
Pre-release
Pre-release
Changes
- Add the coordinator itself to the device list, allowing Zigbee groups to work in HA after a restart (issue #27)
- Rewrite HA custom component to inject much earlier and thus more reliably (234b1f2).
- Condense all unnecessary endpoints into a single endpoint with multiple in/out clusters (0b6100c).
- Remove the custom
TRACE
log level and instead useDEBUG
(e9c1aef). - Add a converter for
ZDOCmd.Mgmt_Permit_Joining_req
and an explicit error message for missing converters (65269da). - Support both old- and new-style zigpy structs (zigpy/zigpy#440)