mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix spurious RainMachine config entry reload (#62215)
This commit is contained in:
parent
3bd1f00b76
commit
a9fc750fe3
@ -85,7 +85,7 @@ class RainMachineFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
):
|
||||
await self.async_set_unique_id(controller.mac)
|
||||
self._abort_if_unique_id_configured(
|
||||
updates={CONF_IP_ADDRESS: ip_address}
|
||||
updates={CONF_IP_ADDRESS: ip_address}, reload_on_update=False
|
||||
)
|
||||
|
||||
# A new rain machine: We will change out the unique id
|
||||
|
Loading…
x
Reference in New Issue
Block a user