This commit is contained in:
2025-12-07 17:59:42 +01:00
parent 8ab15228fe
commit ba6f37abab

View File

@@ -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
alias: Synchronisiere Temperatur am TRV