Alhambra123
Member
Hallo,
vielleicht kann ja jemand helfen.
Ich versuche momentan mein Dashboard ein wenig zu verschönern.
Bei der Thermostatkarte kommen ich aber jetzt nicht weiter.
Wo genau und vor allen wie kann man die Status Farbe beim Thermostat ändern.
Laut Anleitung soll das in der configuration.yaml gehen. Das klappt aber nicht.
Da kommt eine Meldung fehlerhafte Einrückung.
https://www.home-assistant.io/integrations/frontend/
Ich würde halt gerne so wie auf den Bildern zu sehen einen Farbverlauf haben der passend zum Modus Heizen/Kühlen/Trocknen...... ist
Über card-mod bekomme ich nur die Primär Farbe eingestellt.
Für Tipps wäre ich echt dankbar.
Yaml Code erstes Bild:
Yaml Code 2. Bild:
vielleicht kann ja jemand helfen.
Ich versuche momentan mein Dashboard ein wenig zu verschönern.
Bei der Thermostatkarte kommen ich aber jetzt nicht weiter.
Wo genau und vor allen wie kann man die Status Farbe beim Thermostat ändern.
Laut Anleitung soll das in der configuration.yaml gehen. Das klappt aber nicht.
Da kommt eine Meldung fehlerhafte Einrückung.
https://www.home-assistant.io/integrations/frontend/
Ich würde halt gerne so wie auf den Bildern zu sehen einen Farbverlauf haben der passend zum Modus Heizen/Kühlen/Trocknen...... ist
Über card-mod bekomme ich nur die Primär Farbe eingestellt.
Für Tipps wäre ich echt dankbar.
Yaml Code erstes Bild:
Code:
type: custom:simple-thermostat
entity: climate.klimagerat_2
layout:
step: row
mode:
headings: false
icons: true
names: true
control:
hvac:
cool:
name: Kühlen
icon: mdi:snowflake
heat:
name: Heizen
icon: mdi:fire
heat_cool: false
dry:
name: Trocknen
fan_only: false
fan:
'1':
name: 1
icon: mdi:fan
'2':
name: 2
icon: mdi:fan
'3':
name: 3
icon: mdi:fan
'4':
name: 4
icon: mdi:fan
'5':
name: 5
icon: mdi:fan
auto:
name: false
icon: mdi:fan-auto
swing:
VerticalAuto:
name: V-Auto
VerticalTop: false
VerticalMiddleTop: false
VerticalMiddle: false
VerticalMiddleBottom: false
VerticalBottom: false
VerticalSwing:
name: V-Swing
HorizontalSwing:
name: H-Swing
HorizontalLeft: false
HorizontalMiddle: false
HorizontalMiddleLeft: false
HorizontalMiddleRight: false
HorizontalRight: false
HorizontalSplit: false
HorizontalAuto:
name: H-Auto
header: false
card_mod:
style: |
ha-card {
height: 300px !important;
border-radius: 6px;
border: 1px solid #878686;
box-shadow: 3px 3px 3px #636364;
--st-spacing: 4px;
--st-mode-background: rgba(0, 0, 0, 0.2);
--st-mode-active-background: linear-gradient(#038cf5, #012c6c);
Yaml Code 2. Bild:
Code:
type: custom:vertical-stack-in-card
title: false
cards:
- type: custom:simple-thermostat
Cards: null
entity: climate.klimagerat_2
layout:
step: row
mode:
headings: false
icons: true
names: true
control:
hvac:
cool:
name: Kühlen
icon: mdi:snowflake
heat:
name: Heizen
icon: mdi:fire
heat_cool: false
dry:
name: Trocknen
fan_only: false
fan:
'1':
name: 1
icon: mdi:fan
'2':
name: 2
icon: mdi:fan
'3':
name: 3
icon: mdi:fan
'4':
name: 4
icon: mdi:fan
'5':
name: 5
icon: mdi:fan
auto:
name: false
icon: mdi:fan-auto
swing:
VerticalAuto:
name: V-Auto
VerticalTop: false
VerticalMiddleTop: false
VerticalMiddle: false
VerticalMiddleBottom: false
VerticalBottom: false
VerticalSwing:
name: V-Swing
HorizontalSwing:
name: H-Swing
HorizontalLeft: false
HorizontalMiddle: false
HorizontalMiddleLeft: false
HorizontalMiddleRight: false
HorizontalRight: false
HorizontalSplit: false
HorizontalAuto:
name: H-Auto
header: false
card_mod: null
style: |
ha-card {
height: 300px !important;
border-radius: 0px;
background: none;
border: 1px solid #878686;
--st-spacing: 5px;
--st-mode-background: var(--contrast1);
--st-mode-active-background: var(--green);
}
- type: horizontal-stack
cards:
- type: custom:button-card
entity: switch.shelly1_8caab547281b
name: false
show_name: false
show_entity_picture: true
size: 70%
state:
- value: 'on'
entity_picture: /local/img/Schneeflockecmi1.png
- value: 'off'
entity_picture: /local/img/Swing2.png
card_mod:
style: |
ha-card {
height: 100px !important;
background: none;
border-radius: 0px;
border: 1px solid #878686;
--st-spacing: 20px;
--st-mode-background: var(--contrast1);
--st-mode-active-background: var(--green);
}
tap_action:
action: toggle
- type: custom:button-card
entity: switch.shelly1_8caab547281b
name: false
show_name: false
show_entity_picture: true
size: 70%
state:
- value: 'on'
entity_picture: /local/img/Schneeflockecmi1.png
- value: 'off'
entity_picture: /local/img/Swing2.png
card_mod:
style: |
ha-card {
height: 100px !important;
background: none;
border-radius: 0px;
border: 1px solid #878686;
--st-spacing: 20px;
--st-mode-background: var(--contrast1);
--st-mode-active-background: var(--green);
}
tap_action:
action: toggle
- type: custom:button-card
entity: switch.shelly1_8caab547281b
name: false
show_name: false
show_entity_picture: true
size: 70%
state:
- value: 'on'
entity_picture: /local/img/Schneeflockecmi1.png
- value: 'off'
entity_picture: /local/img/Swing2.png
card_mod:
style: |
ha-card {
height: 100px !important;
background: none;
border-radius: 0px;
border: 1px solid #878686;
--st-spacing: 20px;
--st-mode-background: var(--contrast1);
--st-mode-active-background: var(--green);
}
tap_action:
action: toggle
- type: custom:button-card
entity: switch.shelly1_8caab547281b
name: false
show_name: false
show_entity_picture: true
size: 70%
state:
- value: 'on'
entity_picture: /local/img/Schneeflockecmi1.png
- value: 'off'
entity_picture: /local/img/Swing2.png
card_mod:
style: |
ha-card {
height: 100px !important;
background: none;
border-radius: 0px;
border: 1px solid #878686;
--st-spacing: 20px;
--st-mode-background: var(--contrast1);
--st-mode-active-background: var(--green);
}
tap_action:
action: toggle
- type: custom:button-card
entity: switch.shelly1_8caab547281b
name: false
show_name: false
show_entity_picture: true
size: 70%
state:
- value: 'on'
entity_picture: /local/img/Schneeflockecmi1.png
- value: 'off'
entity_picture: /local/img/Swing2.png
card_mod:
style: |
ha-card {
height: 100px !important;
background: none;
border-radius: 6px;
border: 1px solid;
box-shadow: 3px 3px 3px #636364;
--st-spacing: 20px;
--st-mode-background: var(--contrast1);
--st-mode-active-background: var(--green);
}
tap_action:
action: toggle
card_mod:
style: |
ha-card {
border-radius: 6px;
border: 1px solid;
border-color: #969697;
--st-spacing: 10px;
--st-mode-background: var(--contrast1);
--st-mode-active-background: var(--green);
--state-climate-off-color: #f01018;
}