From fa178f842c54c33835626c9667d2b039d1cf0a46 Mon Sep 17 00:00:00 2001 From: Maurice Makaay Date: Sat, 21 Aug 2021 01:19:05 +0200 Subject: [PATCH] Updated documentation. --- CHANGELOG.md | 16 ++++++++++++++++ doc/testplan.md | 7 ++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c04fb29..9812ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2021.8.1] + +**Note**: This release requires ESPHome 2021.8.0 and Home Assistant 2021.8.0 or newer. + +### Changed +- Fixed transitioning from the off to on state. Thanks to @marcel1988 for informing + me about his non-functional wake-up light script. Before this fix, the light would + stay off during the full transformation, only to turn on at the very end. +- The `on_brightness` trigger is now also called at the start of a transition. + This fixes a problem with the brightness slider illumination not following along + when you slide your finger over it. +- Suppressing a transition time for transitioning to a night light color is now + only instant when starting from a night light setting. Before this change, moving + from for example 80% brightness to 1% brightness (i.e. night light), would be + instant. Now an actual transformation is done. + ## [2021.8.0] **Note**: This release requires ESPHome 2021.8.0 and Home Assistant 2021.8.0 or newer. diff --git a/doc/testplan.md b/doc/testplan.md index 8de87f5..0274e69 100644 --- a/doc/testplan.md +++ b/doc/testplan.md @@ -56,10 +56,15 @@ been introduced. * Go to Home Assistant and check: * if you can turn on/off the lamp * if you can select colors from the RGB color model - * if you can select colors from the white light color temperature model + * if you can select colors from the Color Temperature model * if you can set the brightness of the lamp * if selecting the lowest possible brightness results in the lamp switching to "night light" mode + * if a transition from off to on with a long transition time works (e.g. 10s) + * if a transition from on to off with a long transition time works + * if a transition from night light to some bright light (e.g. 10s) can be + interrupted by a transition back to night light (e.g. after 5 seconds), + resulting in a transition back (not an instant drop to night light) ## Step 3: Release the new version