mchauhan
(Mukesh)
February 23, 2019, 4:09pm
1
I need help with created user privileges version 0.87.1 on HassOS:
Added the user but user has the rights to edit the Lovelace UI and don’t want any user to modify the front end
Also have Admin Lovelace view created and don’t want other users to see Admin view option on their interface.
tom_l
February 23, 2019, 4:14pm
2
User permissions haven’t been implemented yet.
Until they are you can use this custom card to hide the Lovelace Configure UI button for selected users:
1 Like
mchauhan
(Mukesh)
February 24, 2019, 3:12am
3
Thanks for your prompt response. I will try with custom card. Do you know where can I find lovelace config file written by front end editor? I need to export from my development pi to production pi installation without repeating the whole config process.
tom_l
February 24, 2019, 3:26am
4
Click on the three dots icon upper right and select Configure UI.
Click on the three dots icon again and select Raw Editor.
mchauhan
(Mukesh)
February 24, 2019, 4:00am
5
Thanks a lot, I am able to copy complete lovelace config in one go from one server to another.