Hey folks, looking for one possibly two lovelace cards. Creating a server dashboard containing critical information that I can reference at a glance, and know what needs attention without digging.
- An entities style card that can change the icon color, or card background based on a configurable value of the state. For instance, if the state is ‘normal’ set the icon color to green, otherwise set the icon color to red.
- Also an entity style card that can compare 2 entity states, if they match set the icon color to green, otherwise set the color to red. Think of a docker stack, if you’re expecting 10, but 9 are running, I’d like an easy way to tell, visually.
I’ve been using the lovelace mushroom cards and really like the style of them, and the mushroom entity card has the ability to set the icon color, but changing the color based on state doesn’t seem to be configurable. I’m aware that I can do this with an automation, and a binary sensor, I’d rather not take this route if possible due to the number of entities I’d like to monitor.
I’m also aware I could do this with card-mod, though I’m not entirely sure how, or if that would just become a headache.
Any advice would be appreciated! Thanks.