Hello everybody,
I use for months Rest API without requires_api_password on my local network, especially Get methods:
http://192.168.100.109:8123/api/states
I uploaded last version of hassbian (2018-06-23-Hassbian.img) and from that moment that api returns me only HTTP/1.1 401 Unauthorized.
But command
http://192.168.100.109:8123/api/discovery_info
returns me correctly what I’m expecting:
{“base_url”: “http://192.168.100.109:8123”, “location_name”: “Home”, “requires_api_password”: false, “version”: “0.77.3”}
In configuration.yaml I have included
api:
What should be wrong?
My suggestion: If I know, only one thing I made differently from my last hassbian installation - I did not have any username / password on web access, but now I created one after first www access to HA. I suppose, that this should be the problem, but I did not find any way, how to delete this user and leave it totally open (my local network - why no??) - and, /api/discovery_info works and returns me : “requires_api_password”: false.
Thanks for any suggestion…
Regards,
Roman