this post was submitted on 08 Jul 2023
15 points (100.0% liked)

homeassistant

12909 readers
43 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 2 years ago
MODERATORS
 

I would like to provide family members with one specific dashboard only. They don’t need to see settings, dev tools etc.

How do I accomplish this?

top 7 comments
sorted by: hot top controversial new old
[–] dbx12@programming.dev 8 points 2 years ago (1 children)

Make them non-admins and make the "difficult dashboard" admin-only. At least that is my way of doing it.

[–] wellnowletssee@sh.itjust.works 2 points 2 years ago (2 children)

Thanks for your answer. Is there any way to hide the logbook, energy, etc. or only share the specific dashboard?

[–] thehatfox@lemmy.world 4 points 2 years ago (1 children)

There isn’t really a good way to do this in Home Assistant as far as I know.

If you go into each user’s user settings page, there is an option for “Change the order and hide items from the sidebar”, which allows sidebar entries to be hidden. However, any sidebar customisations are reset if the user logs out and in again.

There was also some HACS integrations that provided more sidebar options, but one is now abandoned and the other is unstable.

I think items can be disabled globally from the sidebar, but that also removes them from admin users as well.

Per user permission management is something Home Assistant really needs to improve.

[–] wellnowletssee@sh.itjust.works 1 points 2 years ago

That was my concern. I think I will give it a try with the hidden items per user login.

But what I was wondering: how do folks show stuff on their framed e-ink displays as shown here?

[–] whyNotSquirrel@sh.itjust.works 2 points 2 years ago

you can also set visibility on each tabs of a dashboard to select the user that have access to it

[–] duffkiligan@lemmy.world 6 points 2 years ago

Are you opposed to using browser-mod? You can hide the sidebar and force a default dashboard.

Settings can be per-user so “default” setting would be no sidebar, and your user could have the sidebar enabled.

[–] wellnowletssee@sh.itjust.works 1 points 2 years ago

Is there any way to hide the logbook, energy, etc. or only share the specific dashboard?