From 39913075f4a7553dd7243e7e65ad0f0d1d8dbf4d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 14 Jun 2016 22:12:44 -0700 Subject: [PATCH] Fix Locative view name --- homeassistant/components/device_tracker/locative.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/device_tracker/locative.py b/homeassistant/components/device_tracker/locative.py index 1b29e7083a2..1a0ec457304 100644 --- a/homeassistant/components/device_tracker/locative.py +++ b/homeassistant/components/device_tracker/locative.py @@ -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."""