We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f7eff commit 5648cd3Copy full SHA for 5648cd3
custom_components/plugwise/config_flow.py
@@ -142,6 +142,7 @@ async def async_step_zeroconf(
142
self, discovery_info: ZeroconfServiceInfo
143
) -> ConfigFlowResult:
144
"""Prepare configuration for a discovered Plugwise Smile."""
145
+ self.discovery_info = discovery_info
146
_properties = discovery_info.properties
147
148
unique_id = discovery_info.hostname.split(".")[0].split("-")[0]
0 commit comments