I want to have a card visible to everybody BUT me. It seems to be impossible without a hacs download. There are already AND and OR operators; why not just add NOT?
Here’s an example: I was trying to make a custom card that is only visible to guests, which to me means, anyone who isn’t me or my partner. I didn’t want to have to select everyone but me or my partner, because if someone else gets an account or if I make a generic guest account I have to adjust this. I guess I could make another guest dashboard or something, but I want to be able to have this individual functionality for my cards so I don’t have to remake an entire dashboard. I understand this is minor, but it’s because it’s minor that I think it’s an easy adjustment to make.
My example:
(blurred for privacy)
It’s also just frustrating that there are already OR and AND operators but there isn’t a NOT operator. That would just round out all of the operators
Another example is a chip card I wanted to make for when our car is not home, that just shows an empty garage icon. So I would want to make the condition, when car entity state != home, make visible. But instead I had to make a switch and if it IS = off (car is not in garage) then it’s visible. This just feels clunky to do and have yet another helper for a one off use case.
Thank you all for being so welcoming and eager to understand my issue. Love this community, and if I’m just missing something or If anyone has any better suggestions I am all ears.