From 9dfd72b7085909926d35599e5c9a610db044244a Mon Sep 17 00:00:00 2001 From: Matthias Alphart Date: Thu, 30 Jan 2025 08:54:21 +0100 Subject: [PATCH] Fix typo in knx breaking changes (#37190) --- source/_posts/2025-02-05-release-20252.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_posts/2025-02-05-release-20252.markdown b/source/_posts/2025-02-05-release-20252.markdown index 6f3cd9e8113..ff708c4d68a 100644 --- a/source/_posts/2025-02-05-release-20252.markdown +++ b/source/_posts/2025-02-05-release-20252.markdown @@ -444,8 +444,8 @@ API and for this reason, the following entities are removed: The "State Updater" option in the integration settings now works as intended. Previously, the option wasn’t applied correctly. -- When disabled: KNX will only read a `state_addres` once when the connection is established. -- When enabled: KNX will also read any `state_addres` if no value has been received for one hour. +- When disabled: KNX will only read a `state_address` once when the connection is established. +- When enabled: KNX will also read any `state_address` if no value has been received for one hour. Please review your integration settings to ensure this option is configured according to your preferences. ([@farmio] - [#135611]) ([documentation](/integrations/knx))