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