Homeassistant location provider returns 401 then crashes #319
-
|
Hello! I am trying to set up HomeAssistant as a location provider. I have the app installed on my smartphone and it is available as a device tracker. when I try to run the rest command manually via the developer tools I get a 401 http error. Do I need to add my homeassistant domain ( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hello, No, nothing else should be added to According to instructions you need to configure "Location Source" in GeoPulse (set token for auth)
On Home Assistant server side you need to do more configurations as per instructions: https://tess1o.github.io/geopulse/docs/user-guide/gps-sources/home_assistant As per instructions you need to add Please check what you configured in HA. If you still face issues please share screenshots of your GeoPulse config and what exactly you configured on HA side. |
Beta Was this translation helpful? Give feedback.




Well shit xD. Found the obvious mistake. Adding "Bearer" infront of my token obviously solves the problem.