Catch correct error during OpenUV startup (#65459)
This commit is contained in:
parent
6e36bdb907
commit
75e5079df3
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
|||
|
||||
try:
|
||||
await openuv.async_update()
|
||||
except OpenUvError as err:
|
||||
except HomeAssistantError as err:
|
||||
LOGGER.error("Config entry failed: %s", err)
|
||||
raise ConfigEntryNotReady from err
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue