HELP: Slider card weird issue

Hi all,
I am using the Slider Card for all my lights and it has been working perfectly for 8+ months. Recently I have one card, that controls a group of lights where the card no longer reflects the status of the lights. All other cards still work, and the entities this card controls work with other card types. The Slider card wont even work with one of the individual lights. It is configured the same as the working ones, and WAS working until out of nowhere it stopped. Anyone else seen this? The power toggle still works, along with if I click the light icon it takes me to the “additional info” page. It just isnt reflecting the status like shown in the second image.


Can you post your card code?

type: custom:slider-button-card
entity: light.living_room_lights
slider:
  direction: left-right
  background: gradient
  use_state_color: true
  use_percentage_bg_opacity: false
  show_track: true
  toggle_on_click: false
  force_square: true
  show_attribute: false
show_name: true
show_state: true
compact: false
icon:
  show: true
  use_state_color: true
  tap_action:
    action: more-info
  icon: ""
action_button:
  mode: custom
  icon: mdi:power
  show: true
  show_spinner: true
  tap_action:
    action: toggle
grid_options:
  columns: 6
  rows: 2
card_mod:
  style: |
    :host .icon {
       --mdc-icon-size: 50px
    }          
       }
    :host .action {
       --mdc-icon-size: 40px;
    }

The Code matches the other working instances

SOLVED. I found a setting in the helper/group settings. This must have been a new feature that I missed…

Glad you solved it!