MDI Icon not turning yellow when light is on

Hi,

I just updated my Hass to the latest release and also updated the Operating system to the latest (3.11), after the update, my icons are no longer turning yellow when on, they stay gray as below:

My device tracker icons have also formed into a group within the body of the UI instead of being on top: :frowning:

image

What can I adjust to return to the previous setup.

Regards
CN

You need to add the state_color option to the card starting at version 0.105

See section “Icons no longer change color based on state” from these release notes:

And what a PITA it is.It should be on by default.

i am migrating stuff I want to lights.yaml, I can confirm that when it is in lights and changed from a switch to a light, it works

Any idea how i can move my devise trackers up from this setup:

image

to this setup:

image

It changed with the update…

Oh yeah, states UI is going away as well…

Though, fwiw, I do something similar in lovelace using a quick glance card w/ show_name: false currently:

image

      - type: glance
        show_name: false
        columns: 4
        entities:
          - entity: sensor.google_maps_mark
            name: Mark
            picture: '/local/Mark.jpg'
          - entity: sensor.google_maps_amber
            name: Amber
            picture: '/local/Amber.jpg'
          - entity: sensor.alarm_dot_com_sensor_home
            tap_action:
              action: call-service
              service: script.turn_on
              service_data:
                entity_id: script.set_home_alarm_click_ui
          - entity: sensor.google_maps_volvo
            name: XC90

          ## Row 2
          - entity: sensor.battery_mark_pixel
          - entity: sensor.battery_amber_pixelxl
          - entity: sensor.alarm_dot_com_sensor_work
            tap_action:
              action: call-service
              service: alarm_control_panel.alarm_arm_away
              service_data:
                entity_id: alarm_control_panel.work
          - entity: sensor.battery_ipad

thanks, I will just have to change to lovelace as the UI is depracated

how do i remove the name on top as highlighted below:

image