diff --git a/CHANGELOG.md b/CHANGELOG.md index 643d5a7..ad9122a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2023.4.0] -**Note**: This release requires ESPHome 2023.4.0 and Home Assistant 2021.8.0 or newer. +**Note**: This release requires ESPHome 2023.4.0 and Home Assistant 2023.2.0 or newer. ### Fixed - Compile issues with recent ESPHome versions fixed: @@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 be avoided" are now being suppressed. These warning are often interpreted by users of this firmware as problems. However, the pinouts are dictated by the hardware and there are no strapping issues because of how they are used. +- Updated the documentation for the deprecated API password support (which must now + be an API encryption key instead). ## [2022.12.0] diff --git a/example.yaml b/example.yaml index 47017b0..2f67ca7 100644 --- a/example.yaml +++ b/example.yaml @@ -49,7 +49,8 @@ wifi: password: !secret wifi_password api: - password: !secret api_password + encryption: + key: !secret api_encryption_key ota: password: !secret ota_password