Home » Software » Home Assistant Kiosk Mode

Home Assistant Kiosk Mode

Kiosk mode is used to hide the header and sidebar so users are restricted to the dashboards accessed through the URLs.

https://github.com/NemesisRE/kiosk-mode

After installing HACS then adding kiosk mode every dashboard need to be configured individually.

Go to a dashboard > Edit Dashboard > 3 dots menu > Raw configuration editor

The following snippet will disable header and sidebar for users but not for the admins.

Add to the very top, right above the “views” line:

kiosk_mode:
  non_admin_settings:
    kiosk: true
views:

Disable kiosk mode:

Add at the end of the URL:

?disable_km