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")