We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40fc347 commit 910809cCopy full SHA for 910809c
custom_components/intellicenter/config_flow.py
@@ -57,7 +57,7 @@ async def async_step_zeroconf(self, discovery_info: ConfigType) -> Dict[str, Any
57
58
_LOGGER.debug(f"zeroconf discovery {discovery_info}")
59
60
- host = discovery_info[CONF_HOST]
+ host = discovery_info.host
61
62
if self._host_already_configured(host):
63
return self.async_abort(reason="already_configured")
0 commit comments