mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Fix v2
This commit is contained in:
parent
12f1a322a7
commit
5def51835e
@ -188,7 +188,7 @@ class DeconzFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
|||||||
for entry in self.hass.config_entries.async_entries(DOMAIN):
|
for entry in self.hass.config_entries.async_entries(DOMAIN):
|
||||||
if uuid == entry.data.get(CONF_UUID):
|
if uuid == entry.data.get(CONF_UUID):
|
||||||
return self._update_entry(
|
return self._update_entry(
|
||||||
entry, discovery_info[CONF_HOST], entry.data.get[CONF_PORT]
|
entry, discovery_info[CONF_HOST], entry.data.get(CONF_PORT)
|
||||||
)
|
)
|
||||||
|
|
||||||
bridgeid = discovery_info[ATTR_SERIAL]
|
bridgeid = discovery_info[ATTR_SERIAL]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user