Replies: 4 comments 9 replies
-
This might be relevant: #7614 (reply in thread) |
Beta Was this translation helpful? Give feedback.
-
You can already hide the side bar from the settings
…
Il giorno 19 lug 2022, alle ore 16:45, HarvsG ***@***.***> ha scritto:
Hi, would also like this, and also to fully hide the side bar!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
I know this is an old issue, but somehow it still isn't easily achieved in 2024. Lots of searching suggests various ways using HACS but none of them seem to actually work (and even if they did, they aren't exactly user friendly) |
Beta Was this translation helpful? Give feedback.
-
I would really like to see this feature as well. I see two options:
It doesn’t seem too hard to implement with LLM assistance, but setting up the dev environment turned out to be non-trivial, and I don’t have time to dig into it right now. Any other ideas for implementation? I worked around it with https://github.com/NemesisRE/kiosk-mode, but I’d prefer a native solution. The drawback is that it hides the header completely, so I lose the ability to access settings or switch dashboards — I have to toggle the header off and on again just to navigate. kiosk_mode:
user_settings:
- users:
- "your kiosk user"
hide_header: true |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
It would be great if a configuration toggle could be added to hide the top header in Lovelace UI.
There are many use cases where a user might wish to hide the top header to have a full-screen kiosk-like user interface.
Home assistant 0.117 has made a big step forward in this direction by making the header more compact and combining the original two rows into a single one. This was made possible thanks to the work done by @MAYKER (thanks for that!), who ported the code he initially wrote for the unofficial custom component “custom header” into Home Assistant Core.
He has then made another custom component called “Kiosk-mode” that allows to hide the top bar as well. However, I think this should be a built-in feature by Home Assistant.
I would suggest adding a toggle, right below the one that already allows to “Always hide the sidebar” in the user settings.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions