From 2880b05510eab24ca341a903c00a8a5a8d3d8e7b Mon Sep 17 00:00:00 2001 From: "a.bartel@antilo.de" Date: Sun, 7 Dec 2025 20:57:11 +0100 Subject: [PATCH] Remove Unicode-Chars --- heizung.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/heizung.yaml b/heizung.yaml index b7a9990..b88e5bb 100644 --- a/heizung.yaml +++ b/heizung.yaml @@ -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