mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix DoorBird push notifications for installations with an API password (#12020)
This commit is contained in:
parent
384f63dd1d
commit
12a53e2747
@ -73,6 +73,7 @@ def setup(hass, config):
|
||||
class DoorbirdRequestView(HomeAssistantView):
|
||||
"""Provide a page for the device to call."""
|
||||
|
||||
requires_auth = False
|
||||
url = API_URL
|
||||
name = API_URL[1:].replace('/', ':')
|
||||
extra_urls = [API_URL + '/{sensor}']
|
||||
|
Loading…
x
Reference in New Issue
Block a user