Fix log message format in daikin (#38920)
This commit is contained in:
parent
7d0e356560
commit
037668ed80
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue