diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e9a3e0..54ff06d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 **Note**: This release requires ESPHome v1.21.0 and Home Assistant 2021.8.0 or newer. The code will compile with ESPHome v1.20.0, but the lamp will not be controllable through the Home Assistant GUI when using Home Assistant 2021.8.0 or newer. -Only turn on/off and brightness will be available. +Only turn on/off and brightness will be available, not the RGB and Color Temperature +tabs.. + +### Added +- Preset identifiers (`group` and `preset`) for the `preset.activate` action are now + validated at compile time. This prevents us from building a firmware with incorrect + preset identifiers. Before this change, using an invalid preset name would only + result in a warning message in the device log. ### Changed - The code has been made compatible with the new color mode support in Home Assistant.