I’ve tried following the docs:
But I must be missing something.
I entered this in my test HA
homeassistant:
auth_providers:
- type: trusted_networks
trusted_networks:
- x.y.z.v/32
trusted_users:
x.y.y.v: kiosk
allow_bypass_login: true
- type: homeassistant
and it starts up in Recovery mode.
The idea was that my kiosk would just open a predefined display.
I don’t understand what I’ve missed from the docs or is trusted_networks no longer available?