1
0

Remove front door knock automation

This commit is contained in:
Przemek Grondek 2023-01-19 03:21:57 +01:00
parent 6cf6c6f628
commit caa6a6cae4

View File

@ -18,32 +18,6 @@
- action: LOCK_DOOR - action: LOCK_DOOR
title: Lock door title: Lock door
- id: front-door-knock
alias: '[Front Door] Knock'
trigger:
- type: vibration
platform: device
device_id: f5e5356b4a45190ec2dad08ca9f991e8
entity_id: binary_sensor.front_door_vibration
domain: binary_sensor
condition:
- condition: state
entity_id: binary_sensor.front_door_open_close
state: 'off'
- condition: state
entity_id: binary_sensor.hallway_motion_sensor
state: 'off'
action:
- service: notify.mobile_app_iphone
data:
message: Someone knock
data:
actions:
- action: LOCK_DOOR
title: Lock door
- service: script.turn_on
entity_id: script.doorbell_bell
- id: front-door-open-close - id: front-door-open-close
alias: '[Front Door] Open door' alias: '[Front Door] Open door'
mode: single mode: single