mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Address connection error wording in Honeywell (#92488)
Connection error wording in Honeywell
This commit is contained in:
parent
f326dd919b
commit
7a57435e8c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user