mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Add Shelly debug logging for async_reconnect_soon (#117945)
This commit is contained in:
parent
e663d4f602
commit
178c185a2f
@ -256,6 +256,7 @@ class ShellyConfigFlow(ConfigFlow, domain=DOMAIN):
|
||||
if (
|
||||
current_entry := await self.async_set_unique_id(mac)
|
||||
) and current_entry.data.get(CONF_HOST) == host:
|
||||
LOGGER.debug("async_reconnect_soon: host: %s, mac: %s", host, mac)
|
||||
await async_reconnect_soon(self.hass, current_entry)
|
||||
if host == INTERNAL_WIFI_AP_IP:
|
||||
# If the device is broadcasting the internal wifi ap ip
|
||||
|
Loading…
x
Reference in New Issue
Block a user