Catch somecomfort error in Honeywell (#90425)

This commit is contained in:
mkmer 2023-03-28 16:48:27 -04:00 committed by GitHub
parent e9925f6062
commit 0ceee2b6c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(