Hello, I am trying to figure out how to change the color of my lighting buttons. I would like to specify 3 colors, off, partially on, and all on for a light group. I tried a few things with no luck. I have a feeling what I tried is conflicting with Card Mod. Any suggestions?
show_icon: true
type: button
icon: mdi:home
icon_height: 50px
show_state: false
grid_options:
columns: 3
rows: 2
entity: light.house_lights
hold_action:
action: navigate
navigation_path: "#pop-up-houselights"
card_mod:
style:
mushroom-state-info$: |
.primary {
white-space: normal !important;}
.: |
ha-card {
box-shadow: none;
background_color: none;}```