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,
|
||||
) 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…
Add table
Add a link
Reference in a new issue