Releases: zigpy/zha-websocket-server
Releases · zigpy/zha-websocket-server
2022.02.13
Changes
- ZHA events and device triggers @dmulcahey (#33)
2022.02.12
Changes
- Configuration management @dmulcahey (#37)
- Bump zigpy-zigate from 0.7.4 to 0.8.0 @dependabot (#35)
- Bump actions/setup-python from 2.3.1 to 2.3.2 @dependabot (#34)
2022.02.02
Changes
- Rename PlatformEntityEvent for consistency and clarity @dmulcahey (#32)
- Handle task cancellation correctly @dmulcahey (#31)
- Controller and type cleanup @dmulcahey (#30)
- Tweak device joining and removal @dmulcahey (#29)
- Track tasks and clean up when appropriate @dmulcahey (#10)
- Proxy events for model objects on client side @dmulcahey (#28)
- Update types for group event handlers on client side @dmulcahey (#27)
2022.02.02
Changes
- Rename PlatformEntityEvent for consistency and clarity @dmulcahey (#32)
- Handle task cancellation correctly @dmulcahey (#31)
- Controller and type cleanup @dmulcahey (#30)
- Tweak device joining and removal @dmulcahey (#29)
- Track tasks and clean up when appropriate @dmulcahey (#10)
- Proxy events for model objects on client side @dmulcahey (#28)
- Update types for group event handlers on client side @dmulcahey (#27)
2022.01.27
Changes
- Remove uvloop from install_requires @dmulcahey (#26)
- Update dependencies @dmulcahey (#25)
2021.12.0
Changes
- Bump zigpy-zigate from 0.7.3 to 0.7.4 @dependabot (#24)
- Bump zha-quirks from 0.0.65 to 0.0.66 @dependabot (#23)
- Bump codecov/codecov-action from 1 to 2.1.0 @dependabot (#22)
- Bump actions/upload-artifact from 2.2.0 to 2.3.1 @dependabot (#21)
- Bump actions/setup-python from 2.1.4 to 2.3.1 @dependabot (#20)
- CI updates @dmulcahey (#19)
- Fix LastSeenSensor on client @dmulcahey (#18)
- Add more API commands @dmulcahey (#14)
- Add last seen entity @dmulcahey (#17)
- Add unit tests and async context managers for connect/disconnect @puddly (#11)
- Fix state types @dmulcahey (#16)
- Type state in platform entity state changed event @dmulcahey (#15)
- Device cleanup @dmulcahey (#13)
- Miscellaneous fixes and updates @dmulcahey (#12)
- Add device helper @dmulcahey (#9)
- Add group foundation @dmulcahey (#7)
- Change from ListenableMixin to EventBase @dmulcahey (#8)
- Add
kwargs
toLogMixin
to allowexc_info
to be passed in @puddly (#6) - Update models @dmulcahey (#4)
- More type annotations @puddly (#3)
- Initial implementation @dmulcahey (#2)
- Initial project setup @dmulcahey (#1)