Fix Locative view name

pull/2305/head
Paulus Schoutsen 2016-06-14 22:12:44 -07:00
parent 3fcc07af04
commit 39913075f4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class LocativeView(HomeAssistantView):
"""View to handle locative requests."""
url = "/api/locative"
name = "api:bootstrap"
name = "api:locative"
def __init__(self, hass, see):
"""Initialize Locative url endpoints."""