From 2a6944e2f9990fbea9a58d87bb57877ec607512c Mon Sep 17 00:00:00 2001 From: Maurice Makaay Date: Tue, 9 May 2023 12:51:13 +0200 Subject: [PATCH] Update doc for deprecated API password support The API password support was replaced by an API encryption key. --- CHANGELOG.md | 4 +++- example.yaml | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 ea08afe..8f4b41e 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