From 037668ed80a44193b1980696df2d004a8b54e40f Mon Sep 17 00:00:00 2001 From: Chris Talkington Date: Sat, 15 Aug 2020 20:45:34 -0500 Subject: [PATCH] Fix log message format in daikin (#38920) --- homeassistant/components/daikin/config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/daikin/config_flow.py b/homeassistant/components/daikin/config_flow.py index 7576aa8a91b..65e48c7ee6f 100644 --- a/homeassistant/components/daikin/config_flow.py +++ b/homeassistant/components/daikin/config_flow.py @@ -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")