mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Catch somecomfort error in Honeywell (#90425)
This commit is contained in:
parent
e9925f6062
commit
0ceee2b6c3
@ -63,6 +63,7 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> b
|
||||
except (
|
||||
aiosomecomfort.device.ConnectionError,
|
||||
aiosomecomfort.device.ConnectionTimeout,
|
||||
aiosomecomfort.device.SomeComfortError,
|
||||
asyncio.TimeoutError,
|
||||
) as ex:
|
||||
raise ConfigEntryNotReady(
|
||||
|
Loading…
x
Reference in New Issue
Block a user