hansen-hasst/packages/door_sensors/door_sensors.yaml
2022-08-18 16:45:03 +02:00

35 lines
963 B
YAML
Executable File

automation:
#bathroom window opened for 10 min
- alias: bathroom_window_ventilating
trigger:
- device_id: 85dbfa4e5a7ad4dcc73d74b8f051647b
domain: binary_sensor
type: opened
platform: device
entity_id: binary_sensor.bathroom_window_iaszone
for:
hours: 0
minutes: 10
seconds: 0
action:
- service: notify.notify #mobile_app_sm_g998b
data:
message: reicht auch mit dem lüften!
title: Badezimmer
#freezer open for 5 min
- alias: livingroom_freezer_opened
trigger:
- device_id: b8119ef2d21afde8394d70373bb9621e
domain: binary_sensor
type: opened
platform: device
entity_id: binary_sensor.livingroom_freezer_iaszone
for:
hours: 0
minutes: 5
seconds: 0
action:
- service: notify.notify
data:
message: ist noch offen!
title: Freezer