From 91fc6c455a11cd34977882da4fe9135c886c8e5a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 2 May 2024 14:01:56 +0200 Subject: [PATCH] Revert "Remove references to UniFi WLAN password sensor (#32556)" (#32564) This reverts commit e1c5c3a54c5daba0f4cfa763c9d796458c90286c. --- source/changelogs/core-2024.5.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/changelogs/core-2024.5.markdown b/source/changelogs/core-2024.5.markdown index c5b25406887..03c969af620 100644 --- a/source/changelogs/core-2024.5.markdown +++ b/source/changelogs/core-2024.5.markdown @@ -59,6 +59,7 @@ For a summary in a more readable format: - Rework opensky tests ([@joostlek] - [#114441]) - Add hourly forecast to open_meteo ([@Tommatheussen] - [#113622]) - Add UniFi WLAN regenerate password button ([@brunohenriquy] - [#114422]) +- Add UniFi WLAN Password sensor ([@brunohenriquy] - [#114419]) - Avoid call to `hass.helpers.store` in CategoryRegistry ([@jpbede] - [#114485]) - Fix ZHA websocket API test ([@TheJulianJES] - [#114495]) - Add pytest rewrite for wemo tests that use entity_test_helpers ([@bdraco] - [#114516]) @@ -556,6 +557,7 @@ For a summary in a more readable format: - Improve service validation exception test and translation key ([@jbouwh] - [#115843]) - Allow manual delete of stale Unifi device from UI ([@wittypluck] - [#115267]) - Refactor Totalconnect binary sensor ([@joostlek] - [#115629]) +- Remove sensor exposing UniFi WLAN password ([@Kane610] - [#115929]) - Bump total_connect_client to 2023.12.1 ([@austinmroczek] - [#115928]) - Add error translations to Blink ([@mkmer] - [#115924]) - Make use of snapshot testing in Synology DSM ([@mib1185] - [#115931])