Secure view in dashboard by pincode

Is there any way to secure a view in a dashboard by setting a pincode or password to access the view ?
I’d like to add a view with some settings where i only have access to.
Thanks.

The short answer is this doesn’t really exist. There’s a WTH to make user groups a thing that might be worth voting for:

You CAN edit the settings for a specific Lovelace view by editing it and changing the visibility settings. I believe this just hides it from users, but if they know the address of the view they can still get to it (haven’t cared enough to actually check).

Thanks for your reply…
I’m going to try to figure out something…
There must be something :roll_eyes:

At least i figured something out.

  1. Make two views
    One view for an alarmcontrol panel
    Second view is the view you only want to access after the alarmcontrol panel is disarmed.

  2. Create an automation that looks when the alarmpanel is disarmed and if so calls a script.

  3. Make a script that navigates to the view you want access by the alarmpanel and arm the alarmpanel again.

You need the browser_mod integration to do this.

Off course it’s not a perfect and safe solution and you have to hide the view on your tablet/phone but for me it works.
I only don’t want my familymembers messing up my settings on my tablets.

Maybe this is an outdated solution but if it can help somebody…