Ok, I've searched and cannot find an answer, so I might just be missing it altogether...
I have a Zooz Zen15 connected to my sump pump, I have a button on my dashboard that currently, because it's a switch, shows Yellow when on. I'd like to change just this one switch button so it's Green when ON and Red when Off.
Not sure how I do that, and not impact all the other switch type tiles on the dashboard.
Thanks!
"customColors": [
{
"template": "switches",
"bgColor": "rgb(0,255,0)",
"iconColor": "rgb(255,255,255)",
"state": "on"
},
{
"template": "switches",
"bgColor": "rgb(71,71,71)",
"iconColor": "rgb(255,255,255)",
"state": "off"
},
],
i know the above JSON will change it for ALL switches, but to do it on a per switch basis might be some CSS which is well above my understanding. if you don't use any Relays, and don't mind the different icon, could look to adjust the above to "template": "Relay" and set the on/off "bgColor" accordingly