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: homeassistant:
min_version: "2024.6.0" min_version: "2024.6.0"
description: > 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 domain: automation
author: Me author: Me
input: input:
@@ -170,7 +170,7 @@ actions:
entity_id: !input trv entity_id: !input trv
data: data:
temperature: "{{ scheduled_temperature | float }}" 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 # temperature sensor sync
- choose: - choose:
- conditions: - conditions:
@@ -184,4 +184,4 @@ actions:
value: "{{ states(temperature_sensor) | float }}" value: "{{ states(temperature_sensor) | float }}"
target: target:
entity_id: "{{ remote_temperature_entity }}" entity_id: "{{ remote_temperature_entity }}"
alias: Synce Temperatur zum TRV alias: Synchronisiere Temperatur am TRV