mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Fix log message format in daikin (#38920)
This commit is contained in:
parent
7d0e356560
commit
037668ed80
@ -133,7 +133,7 @@ class FlowHandler(config_entries.ConfigFlow):
|
|||||||
if not devices:
|
if not devices:
|
||||||
_LOGGER.debug(
|
_LOGGER.debug(
|
||||||
"Could not find MAC-address for %s,"
|
"Could not find MAC-address for %s,"
|
||||||
" make sure the required UDP ports are open (see integration documentation).",
|
" make sure the required UDP ports are open (see integration documentation)",
|
||||||
discovery_info[CONF_HOST],
|
discovery_info[CONF_HOST],
|
||||||
)
|
)
|
||||||
return self.async_abort(reason="cannot_connect")
|
return self.async_abort(reason="cannot_connect")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user