mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Missed a wsgi->http on iOS component
This commit is contained in:
@@ -250,7 +250,7 @@ def setup(hass, config):
|
|||||||
hass.http.register_view(iOSIdentifyDeviceView(hass))
|
hass.http.register_view(iOSIdentifyDeviceView(hass))
|
||||||
|
|
||||||
app_config = config.get(DOMAIN, {})
|
app_config = config.get(DOMAIN, {})
|
||||||
hass.wsgi.register_view(iOSPushConfigView(hass,
|
hass.http.register_view(iOSPushConfigView(hass,
|
||||||
app_config.get(CONF_PUSH, {})))
|
app_config.get(CONF_PUSH, {})))
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
Reference in New Issue
Block a user