From 9a79c0cb7d9333433c257ff6f38ea034d7e1c78d Mon Sep 17 00:00:00 2001 From: Taraman17 Date: Mon, 2 Jun 2025 18:10:48 +0000 Subject: [PATCH 1/2] Add reconfiguration to homee --- source/_integrations/homee.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_integrations/homee.markdown b/source/_integrations/homee.markdown index e98c70c6d8b7..d90666706d61 100644 --- a/source/_integrations/homee.markdown +++ b/source/_integrations/homee.markdown @@ -62,6 +62,15 @@ New devices added to Homee will be automatically discovered after a restart of H Changed values are reported from Homee in defined time intervals and not always in realtime. For example, while a cover moves, the position is updated only every few seconds and intermediate states may be missed by Home Assistant. +## Reconfiguration + +This integration supports reconfiguration, allowing you to change the IP address, even after a device has already been set up. + +### To start the reconfiguration: +1. Go to {% my integrations title="**Settings** > **Devices & services**" %} and select the homee integration card. +2. From the list of hubs, select the one you want to reconfigure. +3. Next to the entry, select the three-dot {% icon "mdi:dots-vertical" %} menu. Then, select **Reconfigure**. + ## Removing the integration This integration follows standard integration removal, and once the integration is removed, you can also remove the dedicated user from your Homee. From 66408a753559ac40eb1c0c2f3ec972be7ae7092c Mon Sep 17 00:00:00 2001 From: Taraman17 Date: Mon, 2 Jun 2025 18:23:27 +0000 Subject: [PATCH 2/2] catch the rabbit --- source/_integrations/homee.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/homee.markdown b/source/_integrations/homee.markdown index d90666706d61..f9c18d0841de 100644 --- a/source/_integrations/homee.markdown +++ b/source/_integrations/homee.markdown @@ -66,7 +66,8 @@ Changed values are reported from Homee in defined time intervals and not always This integration supports reconfiguration, allowing you to change the IP address, even after a device has already been set up. -### To start the reconfiguration: +### To start the reconfiguration + 1. Go to {% my integrations title="**Settings** > **Devices & services**" %} and select the homee integration card. 2. From the list of hubs, select the one you want to reconfigure. 3. Next to the entry, select the three-dot {% icon "mdi:dots-vertical" %} menu. Then, select **Reconfigure**.