Browse Source

Prepare for release

pull/50/head
Maurice Makaay 3 years ago
parent
commit
85be6ef4ac
4 changed files with 15 additions and 4 deletions
  1. +5
    -2
      CHANGELOG.md
  2. +1
    -1
      README.md
  3. +1
    -1
      doc/installation.md
  4. +8
    -0
      doc/testplan.md

+ 5
- 2
CHANGELOG.md View File

@ -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]


+ 1
- 1
README.md View File

@ -49,7 +49,7 @@ aspect of the lamp and to integrate the lamp in your Home Assistant setup.
For those who have experience with flashing ESPHome onto devices: For those who have experience with flashing ESPHome onto devices:
* Make sure you are using ESPHome v1.21.0 or newer.
* Make sure you are using ESPHome 2021.8.0 or newer.
* Copy [`example.yaml`](example.yaml) to `<CONFIG_DIR>/<NODE_NAME>.yaml`. * Copy [`example.yaml`](example.yaml) to `<CONFIG_DIR>/<NODE_NAME>.yaml`.
* Modify the configuration to your needs (see the [configuration guide](doc/configuration.md)). * Modify the configuration to your needs (see the [configuration guide](doc/configuration.md)).
* Compile the `firmware.bin` file and download it to the device to which you have connected your * Compile the `firmware.bin` file and download it to the device to which you have connected your


+ 1
- 1
doc/installation.md View File

@ -2,7 +2,7 @@
# Installation guide # Installation guide
The code must be compiled into a firmware using ESPHome v1.19.0 or later. Therefore, a prerequisite
The code must be compiled into a firmware using ESPHome 2021.8.0 or later. Therefore, a prerequisite
is that you have ESPHome up and running in some form (command line, docker container, web dashboard, is that you have ESPHome up and running in some form (command line, docker container, web dashboard,
possibly from within Home Assistant as an add-on). For information on this, please refer to the possibly from within Home Assistant as an add-on). For information on this, please refer to the
documentation on the [ESPHome website](https://esphome.io). documentation on the [ESPHome website](https://esphome.io).


+ 8
- 0
doc/testplan.md View File

@ -65,3 +65,11 @@ been introduced.
## Step 3: Release the new version ## Step 3: Release the new version
Only after performing these tests successfully, the new version can be released. Only after performing these tests successfully, the new version can be released.
Before release, check if the minimum version requirement for ESPHome is documented
correctly in the following files:
* doc/installation.md
* README.md
* CHANGELOG.md

Loading…
Cancel
Save