@RobFromLI wrote:
I am currently using the wireless tags integration. This integration sets up the wireless tags base station (192.168.1.128 on my network) to make URL calls to Home Assistant to pass data. These calls are of the form (where 192.168.1.61 is my HA server)
http://192.168.1.61:8123/api/events/wirelesstag_update_tags
I have the following in my configuration.yaml
auth_providers: - type: trusted_networks trusted_networks: - 192.168.1.0/24
I am getting and have been getting this in the log for a while
2019-11-06 02:10:13 WARNING (MainThread) [homeassistant.components.http.view] 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/events/wirelesstag_update_tags from 192.168.1.128
Reading the change summary for the current version, I’m not sure:
- Should this still work?
- Why am I still currently getting the warning on 0.100.2 if I have the configuration.yaml section
- Will this integration / URL call work at all in the latest version?
- What about REST sensor calls on the local network?
Any guidance would be appreciated.
Posts: 1
Participants: 1