From aadf1c286043adc4d6caa133a0cb4fc0e689dab7 Mon Sep 17 00:00:00 2001 From: Pierre Eisenbrandt Date: Sun, 7 Dec 2025 18:25:21 +0100 Subject: [PATCH] add alarm_control_panel (WIP) --- Climate/bosch_bth-ra_control_dev.yaml | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/Climate/bosch_bth-ra_control_dev.yaml b/Climate/bosch_bth-ra_control_dev.yaml index 002d02b..2369d3a 100644 --- a/Climate/bosch_bth-ra_control_dev.yaml +++ b/Climate/bosch_bth-ra_control_dev.yaml @@ -72,6 +72,26 @@ blueprint: multiple: true filter: - domain: switch + alarm_control_panel: + name: Alarm Control Panel + description: Optional: Alarm Control Panel um Heizung abzusenken, wenn Alarm im Abwesendmodus ist + required: false + selector: + entity: + multiple: false + filter: + - domain: alarm_control_panel + away_temperature: + name: Abwesenheitstemperatur + description: Temperatur die eingestellt wird, wenn der Alarm im Abwesendmodus ist (Default = 16°C) + default: 18 + selector: + number: + mode: box + min: 15.0 + max: 22.0 + unit_of_measurement: "°C" + step: 0.5 variables: trv: !input trv @@ -134,6 +154,15 @@ triggers: - platform: state entity_id: !input temperature_sensor id: TEMP_CHANGED + - platform: state + entity_id: !input alarm_control_panel + to: "armed_away" + id: ALARM_ARMED_AWAY + - platform: state + entity_id: !input alarm_control_panel + from: "armed_away" + to: "disarmed" + id: ALARM_DISARMED_AWAY actions: - choose: