Thermostat Card umfärben HVAC Mode

Hallo, ich komme mit der Thermostat Card nicht weiter. Wie bekomme ich die Icons und die Buttons mittels card-mod umgefärbt.
Vielen Dank vorab!

Gruß

Mit Card-Mod kannst du das realisieren. Habe auch ein Weile gesucht, hier der Code. Den musst du dann einfach in deine Card einfügen.

card_mod:
  style: |
    :host {      
      --state-climate-auto-color: red !important;
      --primary-text-color: grey !important;
      --icon-primary-color: red !important;
    }

Und so dann in der Card beispielsweise.

type: thermostat
entity: climate.wandthermostat_jan_2
show_current_as_primary: false
features:
  - style: icons
    type: climate-hvac-modes
name: " "
card_mod:
  style: |
    :host {
      --state-climate-auto-color: red !important;
      --primary-text-color: grey !important;
      --icon-primary-color: red !important;
    }

EDIT: Icon, Text Farbe noch gefunden.

2 „Gefällt mir“

Funktioniert - Du hast mir den Tag gerettet :smiley: Danke!

1 „Gefällt mir“