Auth provider warning

Getting this in my log, running latest on docker / Debian - can someone tell me what I am doing wrong, my config is listed below. The integrations I’m using don’t accept authentication tokens, unless I’m missing something.

2019-09-05 09:53:03 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.100
2019-09-05 09:54:51 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/states/binary_sensor.AtticCamera from 192.168.1.81
 auth_providers:
   - type: trusted_networks
     trusted_networks:
       - 192.168.1.0/24
       - 52.201.207.152
   - type: homeassistant