Hello,
how to deal withthis warning? Access from trusted networks without auth token is going to be removed in Home Assistant 0.96. Configure the trusted networks auth provider or use long-lived access tokens to access /api/states/sensor.temperature_aqara from xxx.xxx.xxx.xxx
I’ve got the same kind of warnings, only with 4 different kind of folders:
Configure the trusted networks auth provider or use long-lived access tokens to access /api/config from xxx.xxx.xxx.xxx Configure the trusted networks auth provider or use long-lived access tokens to access /api/states from xxx.xxx.xxx.xxx Configure the trusted networks auth provider or use long-lived access tokens to access /api/ios/identify from xxx.xxx.xxx.xxx Configure the trusted networks auth provider or use long-lived access tokens to access /api/services/device_tracker/see from xxx.xxx.xxx.xxx
I have that IP in my configuration.yaml like this:
I believe that having trusted_networks under the http: section of the configuration.yaml file is what will be going away and is also what causes the warnings.
Moving it to auth_providers under the homeassistant: section as mentioned above is the correct solution.