Fall back to polling if webhook cannot be registered on Nuki (#91013)
fix(nuki): throw warning if webhook cannot be created
This commit is contained in:
parent
95109072b5
commit
62bc8df964
2 changed files with 89 additions and 74 deletions
|
@ -13,3 +13,7 @@ class CannotConnect(exceptions.HomeAssistantError):
|
|||
|
||||
class InvalidAuth(exceptions.HomeAssistantError):
|
||||
"""Error to indicate there is invalid auth."""
|
||||
|
||||
|
||||
class NukiWebhookException(exceptions.HomeAssistantError):
|
||||
"""Error to indicate there was an issue with the webhook."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue