mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Fix Locative view name
This commit is contained in:
parent
3fcc07af04
commit
39913075f4
@ -26,7 +26,7 @@ class LocativeView(HomeAssistantView):
|
|||||||
"""View to handle locative requests."""
|
"""View to handle locative requests."""
|
||||||
|
|
||||||
url = "/api/locative"
|
url = "/api/locative"
|
||||||
name = "api:bootstrap"
|
name = "api:locative"
|
||||||
|
|
||||||
def __init__(self, hass, see):
|
def __init__(self, hass, see):
|
||||||
"""Initialize Locative url endpoints."""
|
"""Initialize Locative url endpoints."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user