add alarm_control_panel (WIP)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user