hello, i am trying to get a snapshot from my cameras in node red. that requires me to use this url http://192.168.X.XXX:8123/api/camera_proxy/camera.office_hd?api_password=test
I’ve defined the api_password in the configuration.yaml like this
api:
api_password: !secret api_password
and in my secrets.yaml:
api_password: test
yet it still gives me a 401 Unauthorized.
anyone knows what i am doing wrong or a solution to this problem?
sincerely DutchDeveloper