diff --git a/homeassistant/components/honeywell/__init__.py b/homeassistant/components/honeywell/__init__.py index ff544882289..f5cce1d890a 100644 --- a/homeassistant/components/honeywell/__init__.py +++ b/homeassistant/components/honeywell/__init__.py @@ -67,8 +67,7 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> b asyncio.TimeoutError, ) as ex: raise ConfigEntryNotReady( - "Failed to initialize the Honeywell client: " - "Connection error: maybe you have exceeded the API rate limit?" + "Failed to initialize the Honeywell client: Connection error" ) from ex loc_id = config_entry.data.get(CONF_LOC_ID)