From ba6f37abab4d98b08d74dc4ef1b4b70e41f26e70 Mon Sep 17 00:00:00 2001 From: Pierre Eisenbrandt Date: Sun, 7 Dec 2025 17:59:42 +0100 Subject: [PATCH] wording --- Climate/bosch_bth-ra_control_dev.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Climate/bosch_bth-ra_control_dev.yaml b/Climate/bosch_bth-ra_control_dev.yaml index 096b001..002d02b 100644 --- a/Climate/bosch_bth-ra_control_dev.yaml +++ b/Climate/bosch_bth-ra_control_dev.yaml @@ -4,7 +4,7 @@ blueprint: homeassistant: min_version: "2024.6.0" description: > - An automation to set Bosch TRV radiator valve to a desired temperature. + Eine Automation zur automatischen Steuerung eines Bosch TRV Heizkörperthermostats. domain: automation author: Me input: @@ -170,7 +170,7 @@ actions: entity_id: !input trv data: temperature: "{{ scheduled_temperature | float }}" - alias: Setze Fenster auf geschlossen + alias: Setze Fenster auf geschlossen und setze Solltemperatur auf Wert aus Zeitplan (wenn vorhanden) # temperature sensor sync - choose: - conditions: @@ -184,4 +184,4 @@ actions: value: "{{ states(temperature_sensor) | float }}" target: entity_id: "{{ remote_temperature_entity }}" - alias: Synce Temperatur zum TRV \ No newline at end of file + alias: Synchronisiere Temperatur am TRV \ No newline at end of file