Hello people! I’m new to the forum, just installes Home Assistant on my RPI and enjoying it so far.
Unfortunately, I am not able to get the api to work. My configuration file contains:
auth_providers:
- type: legacy_api_password
http:
api_password: 123456
Calling the api through my browser gets me a 401. What could I be doing wrong?