Remove Unicode-Chars

This commit is contained in:
a.bartel@antilo.de 2025-12-07 20:57:11 +01:00
parent 97a20089ae
commit 2880b05510

View File

@ -103,7 +103,7 @@ action:
t_doors: "{{ states(input.temp_doors) | float }}" t_doors: "{{ states(input.temp_doors) | float }}"
- choose: - choose:
# 1Party-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 }}"
# 2Fenster 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 }}"
# 3Innentü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 }}"
# 4Standard Tag/Nacht Steuerung # Standard Tag/Nacht Steuerung
- conditions: [] - conditions: []
sequence: sequence:
- service: climate.set_temperature - service: climate.set_temperature