Remove Unicode-Chars
This commit is contained in:
parent
97a20089ae
commit
2880b05510
@ -103,7 +103,7 @@ action:
|
|||||||
t_doors: "{{ states(input.temp_doors) | float }}"
|
t_doors: "{{ states(input.temp_doors) | float }}"
|
||||||
|
|
||||||
- choose:
|
- choose:
|
||||||
# 1️⃣ Party-Modus → höchste Priorität
|
# Party-Modus → höchste Priorität
|
||||||
- conditions:
|
- conditions:
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ is_party }}"
|
value_template: "{{ is_party }}"
|
||||||
@ -114,7 +114,7 @@ action:
|
|||||||
data:
|
data:
|
||||||
temperature: "{{ t_party }}"
|
temperature: "{{ t_party }}"
|
||||||
|
|
||||||
# 2️⃣ Fenster offen
|
# Fenster offen
|
||||||
- conditions:
|
- conditions:
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ is_window_open }}"
|
value_template: "{{ is_window_open }}"
|
||||||
@ -125,7 +125,7 @@ action:
|
|||||||
data:
|
data:
|
||||||
temperature: "{{ t_window }}"
|
temperature: "{{ t_window }}"
|
||||||
|
|
||||||
# 3️⃣ Innentüren offen
|
# Innentüren offen
|
||||||
- conditions:
|
- conditions:
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ is_door_open }}"
|
value_template: "{{ is_door_open }}"
|
||||||
@ -136,7 +136,7 @@ action:
|
|||||||
data:
|
data:
|
||||||
temperature: "{{ t_doors }}"
|
temperature: "{{ t_doors }}"
|
||||||
|
|
||||||
# 4️⃣ Standard Tag/Nacht Steuerung
|
# Standard Tag/Nacht Steuerung
|
||||||
- conditions: []
|
- conditions: []
|
||||||
sequence:
|
sequence:
|
||||||
- service: climate.set_temperature
|
- service: climate.set_temperature
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user