Releases: trickeydan/hue2mqtt-python
Releases · trickeydan/hue2mqtt-python
v0.4.2
- Added support for Python 3.12
- Fixed issue in dependency constraints where tomli would not be required on Python 3.10
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Fixes Issue #18: Validation Errors by @timboettiger in #19
- Remove poetry from Docker container
- Use BaseModel.parse_obj_as to parse data
- Various housekeeping
New Contributors
- @timboettiger made their first contribution in #19
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
Breaking change: TOML parser is now tomli
, make sure to update your dependencies.
- Allow buttonevent on Dimmer Switch to be None by @trickeydan in #11
- Switch TOML Parser to tomli by @trickeydan in #12
Full Changelog: v0.3.2...v0.4.0
v0.3.2
What's Changed
- Fix error when GroupInfo is missing class by @trickeydan in #8
Full Changelog: v0.3.1...v0.3.2
NB: This was actually released on 27th August 2022
v0.3.1
Release 0.3.0
- Add
Dockerfile
anddocker-compose.yml
- Add username / password authentication settings
Thanks to @brownjl for contributing to this release! 🎉
Release 0.2.2
Fix serialisation bug whereby GroupInfo
objects would be serialised with different keys.
Release 0.2.1
v0.2.1 Lights can't have a scene set on them
Release 0.2.0
v0.2.0 Bump version to 0.2.0
Release 0.1.0
Hue2MQTT lets you control your Hue setup using MQTT and publishes the current state in real-time.
- Python 3.8+ with type hints and asyncio
- Uses the excellent aiohue library to communicate with Hue.
- Control your lights using MQTT
- Receive live events (i.e button pushes, motion sensors) in real-time.
- No polling your Hue Bridge for changes
- IPv6 Support