Hey everyone,
I’ve been tinkering with my Home Assistant setup and trying to figure out if there’s a way to customize the Lovelace dashboard for different users. Ideally, I want to show different views or cards based on who’s logged in. For example:
- Show some advanced controls only when I’m logged in
- Display a simplified view for my parents when they access the dashboard
- Maybe even hide certain devices entirely from some users
I’ve looked into user-based dashboards a bit but still not fully sure if this is possible natively or if I need to use some workarounds (like custom cards or YAML tricks). I’m currently using mostly the UI editor but I don’t mind diving into YAML if needed.
Has anyone done something similar?
Would love to hear how others are managing user-specific UI or if there’s a best practice for this kind of setup.
Thanks in advance!