Address connection error wording in Honeywell (#92488)

Connection error wording in Honeywell
This commit is contained in:
mkmer 2023-05-05 15:21:22 -04:00 committed by GitHub
parent f326dd919b
commit 7a57435e8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,8 +67,7 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> b
asyncio.TimeoutError, asyncio.TimeoutError,
) as ex: ) as ex:
raise ConfigEntryNotReady( raise ConfigEntryNotReady(
"Failed to initialize the Honeywell client: " "Failed to initialize the Honeywell client: Connection error"
"Connection error: maybe you have exceeded the API rate limit?"
) from ex ) from ex
loc_id = config_entry.data.get(CONF_LOC_ID) loc_id = config_entry.data.get(CONF_LOC_ID)