Fix v2
This commit is contained in:
parent
12f1a322a7
commit
5def51835e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue