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