Can I completely remove the sidebar and top bar?

To have something like a Kiosk mode?

Try kiosk-mode which you can install via HACS or manually.

1 Like

Awesome. Thank you so much!!!

1 Like

Any other solution? Kiosk-mode seems that it will not survive anymore…

I just saw that the developer archived it, hope home assistant work a core feature to do this.

Try this:

Works great with fully-kiosk.

1 Like

kiosk-mode doesn’t easy for me and also its archived.

i tested the lovelace-wallpanel. lightly skewed has it suggested above… and it works on my setup after 10min… great

THX, works fine.

kiosk_mode:
  hide_header: true

BUT HOW CAN I GET IT BACK?

Hi guys as you can see, kiosk mode is not being developed anymore.
Have a look at: GitHub - thomasloven/hass-browser_mod: 🔹 A Home Assistant integration to turn your browser into a controllable entity and media player

EDIT: browser_mod has more interesting features, I would advise to just dig into it!

1 Like

@mattf: can you please mark the answer that solved this for you as the solution?
That way this topic has more value for fellow HA-users who search for the same thing + no time/energy is wasted by others trying to help you.

set it per user

kiosk_mode:
admin_settings:
hide_header: false
hide_sidebar: false
non_admin_settings:
hide_header: true
hide_sidebar: true
ignore_entity_settings: false