0.17.0 release - improve startup and fix color temp (#324)

* Add working support for color temperature

* Lint fixes

* Fix to config json version to make it build

* Clean up and BLE constants and prepare for lightlevel UUID

* Eagerly send HA discovery, standardize colorTemp, clean up MQTT subscribe

* Fix typo in MqttClient

* Listen to HA birth messages to make devices available after HA restart

- Extract constants to common file

* Prepare for 0.17.0 release
This commit is contained in:
Victor 2025-09-12 08:36:02 +02:00 committed by GitHub
parent d801410200
commit 1766afb2e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 650 additions and 165 deletions

View file

@ -1,5 +1,21 @@
# Changelog hassio-plejd Home Assistant Plejd addon
## [0.17.0](https://github.com/icanos/hassio-plejd/tree/0.17.0) (2025-09-10)
[Full Changelog](https://github.com/icanos/hassio-plejd/compare/0.16.0...0.17.0)
**Implemented enhancements:**
- Add working support for color temperature
- Eagerly send HA discovery, standardize colorTemp, clean up MQTT subscribe
- Clean up and BLE constants and prepare for lightlevel UUID
**Fixed:**
- Fix typo in MqttClient
- Lint fixes
- Fix to config json version to make it build
## [0.16.0](https://github.com/icanos/hassio-plejd/tree/0.16.0) (2025-08-07)
[Full Changelog](https://github.com/icanos/hassio-plejd/compare/0.15.0...0.16.0)