1
0
Fork 0

home-assistant: Eable auto-login for desk panel

Home Assistant supports unauthenticated access for certain clients using
its _trusted_network_ auth provider.  With this configuration, we allow
the desk panel to automatically sign in as the _kiosk_ user, but all
other clients must authenticate normally.
pull/38/head
Dustin 2024-11-27 22:03:40 -06:00
parent 2a90ffc7a9
commit 107852ad54
1 changed files with 9 additions and 0 deletions

View File

@ -38,6 +38,15 @@ recorder:
commit_interval: 0
homeassistant:
auth_providers:
- type: homeassistant
- type: trusted_networks
trusted_networks:
- 172.31.1.81/32
trusted_users:
172.31.1.81:
- 03a8b3528f1145ab908e20ed5687d893
allow_bypass_login: true
whitelist_external_dirs:
- /config
- /tmp