From 281355210d7e08a52547ee9f3191ecbc89bdc7e2 Mon Sep 17 00:00:00 2001 From: Maurice Makaay Date: Wed, 11 Aug 2021 00:12:16 +0200 Subject: [PATCH] Updated Changelog with info about preset identifier validation. --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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.