mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fix missing object assignment for Fritz (#62575)
This commit is contained in:
parent
986b60e527
commit
925e4998b4
@ -117,7 +117,7 @@ class FritzBoxToolsFlowHandler(ConfigFlow, domain=DOMAIN):
|
||||
self._port = ssdp_location.port
|
||||
self._name = (
|
||||
discovery_info.upnp.get(ssdp.ATTR_UPNP_FRIENDLY_NAME)
|
||||
or self.fritz_tools.model
|
||||
or discovery_info.upnp[ssdp.ATTR_UPNP_MODEL_NAME]
|
||||
)
|
||||
self.context[CONF_HOST] = self._host
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user