Hi All,
After updating to HA 0.100.x I am getting Login attempt or request with invalid authentication from 192.168.0.x which is the ip of node red installation.
The configuration was updated and now looks like this:
auth_providers:
- type: legacy_api_password
api_password: !secret http_password
- type: trusted_networks
trusted_networks:
- 192.168.0.0/24
- 127.0.0.1
- ::1
allow_bypass_login: true
- type: homeassistant
I have also tried to generate long lived tokens and use that in node red without positive outcome.
Can someone give a hand please?
Many thanks in advance
Andrea