I installed it and it does work, but it is all or nothing. I cannot figure out why I cannot target a user as the documentation and video examples show.
This works for everyone on every device:
kiosk_mode:
kiosk: true
But I cannot get this to work for a specific user no matter the device I login to with this specific user. The user is created and logs in with no issues just does not remove the header and sidebar.
kiosk_mode:
user_settings:
- users:
- kiosk_user
kiosk: true
This is the page of Fully Kiosk Browser, it is a native Android App to “Lockdown your websites and apps to secure and flexible interactive kiosk”, and this iskiosk-mode, a JavaScript plugin to “hide the Home Assistant header and/or sidebar” (among other things). It seems that you are talking about the second one.
I am talking about the first one. I am following the video below. It appears he has both installed. Maybe this is using the second one you mentioned to target a user.
Thank you elchininet! That link got me what I needed. I ended using the following and it worked.
kiosk_mode:
hide_sidebar: false
hide_header: false
user_settings:
- users:
- “kiosk_user”
hide_header: true
non_admin_settings:
hide_sidebar: true
You are definitely talking about the second one. That configuration is from kiosk-mode. And you have not followed the recommendation that @ShadowFist left you before, most probably your issue was provoked by a wrong indentation (something that cannot be seen in your code blocks because they are not properly formatted).