Address connection error wording in Honeywell (#92488)
Connection error wording in Honeywell
This commit is contained in:
parent
f326dd919b
commit
7a57435e8c
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue