|
@ -4,9 +4,9 @@ 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). |
|
|
|
|
|
|
|
|
## [1.2.0-RC1] |
|
|
|
|
|
|
|
|
## [2021.8.0] |
|
|
|
|
|
|
|
|
**Note**: This release requires ESPHome v1.21.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. |
|
|
|
|
|
|
|
|
### Added |
|
|
### Added |
|
|
- Preset identifiers (`group` and `preset`) for the `preset.activate` action are now |
|
|
- Preset identifiers (`group` and `preset`) for the `preset.activate` action are now |
|
@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
### Changed |
|
|
### Changed |
|
|
- The code has been made compatible with the new color mode support in Home Assistant |
|
|
- The code has been made compatible with the new color mode support in Home Assistant |
|
|
and ESPHome. |
|
|
and ESPHome. |
|
|
|
|
|
- My project will follow the Home Assistant / ESPHome versioning scheme from now on |
|
|
|
|
|
(<year>.<month>.<patch>), because the ESPHome project adopted this versioning |
|
|
|
|
|
scheme too. |
|
|
|
|
|
|
|
|
## [1.1.0] |
|
|
## [1.1.0] |
|
|
|
|
|
|
|
|