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."""