Hi together!
Happy new Year
I built a separate dashboard wich is the only one my user guest can see.
I put into Kiosk mode. → Works great!!
But now the Problem:
I just want to skip the Login page for guests in my network.
Maybe I can create a separate guest network!
Is it possible to have an extra URL only for user guest without Login Page?
It would be very nice so I can put a QR Code in my Guestroom and they can scan and control simple things very easy.
Its only for friends, so security is not so important.
I wrote this, but not testet, because I’m afraid of closing my door
auth_providers:
- type: trusted_networks
trusted_networks:
- 192.168.4.0/24
- 127.0.0.1
trusted_users:
192.168.4.0/24: GuestUserID
allow_bypass_login: true
- type: homeassistant
Thanks!!