UI icon indicating copy to clipboard operation
UI copied to clipboard

Admin Only

Open WaizenErnter opened this issue 1 year ago • 2 comments

Please make it possible to set the ULM Dashboard to admin only. TY

WaizenErnter avatar Aug 04 '23 15:08 WaizenErnter

You can already do this by making the dashboard only accessible to certain users. To do this get the user-id in Settings -> People -> Users (navbar at the top) -> click on the a user and copy the ID:

Then in your dashboard add the visible: option and paste die IDs of the users, which should have access to the dashboard like so: image

KGS501 avatar Aug 05 '23 19:08 KGS501

another way....

edit the file custom_components/ui_lovelace_minimalist/base.py

search for yaml, around line 350ish you will see the configs for the regular dashboard and adaptive dashboard - there is a like that says require_admin, change it from False to True. restart HA. not sure this will last an update of ULM so might need to do it again after updating ULM.

kaaspad avatar Dec 10 '23 10:12 kaaspad