Condition avec une card-mod

Je viens de trouver une solution … Pas sûr de tout comprendre, cela fait trop longtemps que je n’ai pas bosser sur le DOM dans une page HTML :smiley:

type: entities
entities:
  - entity: binary_sensor.salon_media_currently_playing
  - type: conditional
    conditions:
      - entity: binary_sensor.salon_media_currently_playing
        state: "on"
    row:
      entity: binary_sensor.salon_media_currently_playing
      name: Media Player Salon
    card_mod:
      style: |
        div:nth-child(2) {
          color:red;
          --paper-item-icon-color: red;
        }
  - entity: binary_sensor.salon_media_currently_playing

Bon après je mets les attributs CSS voulus …

1 « J'aime »