Skip to content
Snippets Groups Projects
Unverified Commit 805bed09 authored by Marc Hörsken's avatar Marc Hörsken Committed by GitHub
Browse files

Fix discovery of WMS WebControl pro by using IP address (#127939)

parent b38694fb
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ class WebControlProConfigFlow(ConfigFlow, domain=DOMAIN):
if self.source == dhcp.DOMAIN:
discovery_info: DhcpServiceInfo = self.init_data
data_values = {CONF_HOST: discovery_info.hostname or discovery_info.ip}
data_values = {CONF_HOST: discovery_info.ip}
else:
data_values = {CONF_HOST: SUGGESTED_HOST}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment