Fix DoorBird push notifications for installations with an API password (#12020)

This commit is contained in:
Andy Castille 2018-01-29 05:15:53 -06:00 committed by Pascal Vizeli
parent 384f63dd1d
commit 12a53e2747

View File

@ -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}']