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