Fix log message format in daikin (#38920)

This commit is contained in:
Chris Talkington
2020-08-15 20:45:34 -05:00
committed by GitHub
parent 7d0e356560
commit 037668ed80

View File

@@ -133,7 +133,7 @@ class FlowHandler(config_entries.ConfigFlow):
if not devices:
_LOGGER.debug(
"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],
)
return self.async_abort(reason="cannot_connect")