Skip to content

Releases: trickeydan/hue2mqtt-python

v0.4.2

15 Dec 20:39
Compare
Choose a tag to compare
  • 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

21 Jun 20:59
Compare
Choose a tag to compare

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

Full Changelog: v0.4.0...v0.4.1

v0.4.0

28 Aug 12:48
Compare
Choose a tag to compare

What's Changed

Breaking change: TOML parser is now tomli, make sure to update your dependencies.

Full Changelog: v0.3.2...v0.4.0

v0.3.2

28 Aug 12:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

NB: This was actually released on 27th August 2022

v0.3.1

29 Mar 21:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

Release 0.3.0

18 Sep 09:20
Compare
Choose a tag to compare
  • Add Dockerfile and docker-compose.yml
  • Add username / password authentication settings

Thanks to @brownjl for contributing to this release! 🎉

Release 0.2.2

11 Jul 09:47
8bbeed5
Compare
Choose a tag to compare

Fix serialisation bug whereby GroupInfo objects would be serialised with different keys.

Release 0.2.1

11 Jul 09:47
10ea5a6
Compare
Choose a tag to compare
v0.2.1

Lights can't have a scene set on them

Release 0.2.0

11 Jul 09:47
f67abf5
Compare
Choose a tag to compare
v0.2.0

Bump version to 0.2.0

Release 0.1.0

10 Jul 12:49
ec607bc
Compare
Choose a tag to compare

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