Browse Source

Updated documentation.

pull/51/head
Maurice Makaay 3 years ago
parent
commit
fa178f842c
2 changed files with 22 additions and 1 deletions
  1. +16
    -0
      CHANGELOG.md
  2. +6
    -1
      doc/testplan.md

+ 16
- 0
CHANGELOG.md View File

@ -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/), 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). 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] ## [2021.8.0]
**Note**: This release requires ESPHome 2021.8.0 and Home Assistant 2021.8.0 or newer. **Note**: This release requires ESPHome 2021.8.0 and Home Assistant 2021.8.0 or newer.


+ 6
- 1
doc/testplan.md View File

@ -56,10 +56,15 @@ been introduced.
* Go to Home Assistant and check: * Go to Home Assistant and check:
* if you can turn on/off the lamp * 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 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 you can set the brightness of the lamp
* if selecting the lowest possible brightness results in the lamp * if selecting the lowest possible brightness results in the lamp
switching to "night light" mode 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 ## Step 3: Release the new version


Loading…
Cancel
Save