Fix spurious RainMachine config entry reload (#62215)

This commit is contained in:
Aaron Bach 2021-12-17 08:31:23 -07:00 committed by GitHub
parent 3bd1f00b76
commit a9fc750fe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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