From a7a2e1182ceda616f223b33218f6b7a9c043bb27 Mon Sep 17 00:00:00 2001 From: Dielee Date: Wed, 29 May 2024 15:49:23 +0200 Subject: [PATCH] Add missing addon changelog #199 --- src/CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index b1e61a0..866bbf3 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,3 +1,39 @@ +## v1.9.2 +### 🐛 Bug Fixes: + +- Try to fix OTP Input +- Fix `SyntaxWarning: invalid escape sequence '\d'` #196 + +## v1.9.1 +### 🚀 Features: + +- The token file now survives an HA addon update/restart + +### 🐛 Bug Fixes: + +- Extend OTP retry time to 120 seconds + +## v1.9.0 +### ⚠️ Breaking change +### 🚀 Features: + +- Add "Battery Capacity" sensor. Thanks to @gurtjun! +- OTP Auth + This addon uses the same OTP authentication as the Volvo app, now. + The following steps are required for authentication in exactly this order: + + 1. Setup volvo2Mqtt, either via Docker, or via HA addon (take a look at the "Setup" section) + 2. Fill in your settings and start volvo2Mqtt + 3. Your log will show the following lines + Waiting for otp code... Please check your mailbox and post your otp code to the following mqtt topic "volvoAAOS2mqtt/otp_code". Retry 0/15 + Waiting for otp code... Please check your mailbox and post your otp code to the following mqtt topic "volvoAAOS2mqtt/otp_code". Retry 1/15 + etc ... + 4. Now, open your mailbox and copy your OTP Code + 5. Open HomeAssistant and search for the entity ID text.volvo_otp + 6. Paste your OTP into the text entity and press Enter + 7. If everything has worked, your addon is now authenticated. In the future, OTP authentication only needs to be done when updating, not when restarting the container. + + ## v1.8.27 ### 🚀 Features: