Skip to content

Commit 5648cd3

Browse files
committed
Revert remove
1 parent a3f7eff commit 5648cd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom_components/plugwise/config_flow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ async def async_step_zeroconf(
142142
self, discovery_info: ZeroconfServiceInfo
143143
) -> ConfigFlowResult:
144144
"""Prepare configuration for a discovered Plugwise Smile."""
145+
self.discovery_info = discovery_info
145146
_properties = discovery_info.properties
146147

147148
unique_id = discovery_info.hostname.split(".")[0].split("-")[0]

0 commit comments

Comments
 (0)