TawfikDaim / home_automation

home automation user stories
0 stars 0 forks source link

9. Kiosk mode #55

Open TawfikDaim opened 4 months ago

TawfikDaim commented 4 months ago

Install from HACS for each dasboard, make sure the user can't see menu items and navigation will be based on buttons in card itself

Write this on top of each lovelace dahsboard (edit dahsboard - show raw configuration editor - then type this above Views: line)

kiosk_mode: hide_header: true hide_sidebar: true
kiosk: true hide_notifications: true hide_account: true hide_search: true hide_assistant: true hide_overflow: true hide_menubutton: true hide_notifications: true hide_account: true hide_search: true block_mouse: true block_contect_menu: true

if you want to temporally remove kios, add to url ?disable_km http://192.168.1.25:8123/lovelace/0?disable_km

Image