is it possible to modify specific cards within a dashboard so that only particular users can view them?
I have a shared dashboard that has links to each and every room. This dashboard can be accessed by any user. Everybody who can access this dashboard can also access each linked dashboard (for example, living room, kitchen, etc.)
But can I add cards within these dashboards that only the admin user can see? For example, each room has input_datetime entities when to turn off lights. Currently, all these are stored in a dashboard only admin can access. However, Iâd like each these settings to be on the same dashboard that represents the room.
So instead of having this admin-only dashboard with settings for living room, kitchen, office etc., Iâd like the time settings for the kitchen in kitchen, for office in office, etc. etc. BUT while those dashboards themselves are visible to all users, these setting values should be visible only to me.
I have browser_mod installed, I tried conditional cards, but I cannot seem to find a solution. If username = xyz, show that particular card - if not, donât display it.