mirror of
https://github.com/home-assistant/core.git
synced 2026-09-10 18:24:46 -05:00
Ensure onvif webhook can be registered (#92295)
This commit is contained in:
@@ -769,6 +769,7 @@ class WebHookManager:
|
||||
return
|
||||
|
||||
webhook_id = self._webhook_unique_id
|
||||
self._async_unregister_webhook()
|
||||
webhook.async_register(
|
||||
self._hass, DOMAIN, webhook_id, webhook_id, self._async_handle_webhook
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user