2023-06-12 21:56:22 +00:00
|
|
|
- id: kitchen_freezer_open
|
2023-01-17 01:28:20 +00:00
|
|
|
alias: '[Kitchen] Freezer open'
|
|
|
|
mode: single
|
|
|
|
trigger:
|
|
|
|
- platform: state
|
|
|
|
entity_id: binary_sensor.freezer_door_on_off
|
|
|
|
to: 'on'
|
|
|
|
for: "0:01:00"
|
|
|
|
- platform: state
|
|
|
|
entity_id: binary_sensor.freezer_door_on_off
|
|
|
|
to: 'on'
|
|
|
|
for: "0:02:00"
|
|
|
|
- platform: state
|
|
|
|
entity_id: binary_sensor.freezer_door_on_off
|
|
|
|
to: 'on'
|
|
|
|
for: "0:05:00"
|
|
|
|
- platform: state
|
|
|
|
entity_id: binary_sensor.freezer_door_on_off
|
|
|
|
to: 'on'
|
|
|
|
for: "0:10:00"
|
|
|
|
- platform: state
|
|
|
|
entity_id: binary_sensor.freezer_door_on_off
|
|
|
|
to: 'on'
|
|
|
|
for: "0:15:00"
|
|
|
|
action:
|
|
|
|
- service: notify.mobile_app_iphone
|
|
|
|
data:
|
|
|
|
title: "Freezer left open"
|
|
|
|
message: >
|
|
|
|
Freezer left open
|
|
|
|
data:
|
|
|
|
push:
|
|
|
|
sound:
|
|
|
|
name: "default"
|
|
|
|
critical: 1
|
|
|
|
volume: 1.0
|