mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 21:37:07 +00:00
Catch exceptions when trying to enable Alexa (#64438)
This commit is contained in:
parent
a474c1e342
commit
fd3b41dbe0
@ -126,7 +126,7 @@ class CloudClient(Interface):
|
||||
err,
|
||||
)
|
||||
async_call_later(self._hass, 30, enable_alexa)
|
||||
except alexa_errors.NoTokenAvailable:
|
||||
except (alexa_errors.NoTokenAvailable, alexa_errors.RequireRelink):
|
||||
pass
|
||||
|
||||
async def enable_google(_):
|
||||
|
Loading…
x
Reference in New Issue
Block a user