mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
Out with the old and in with the new
This commit is contained in:
@@ -9,7 +9,6 @@ trigger:
|
||||
- binary_sensor.from_street_vehicle_occupancy
|
||||
- binary_sensor.driveway_person_occupancy
|
||||
- binary_sensor.front_yard_person_occupancy
|
||||
- binary_sensor.front_yard_animal_occupancy
|
||||
- binary_sensor.garage_door
|
||||
from: "off"
|
||||
to: "on"
|
||||
@@ -20,7 +19,6 @@ trigger:
|
||||
- binary_sensor.from_street_vehicle_occupancy
|
||||
- binary_sensor.driveway_person_occupancy
|
||||
- binary_sensor.front_yard_person_occupancy
|
||||
- binary_sensor.front_yard_animal_occupancy
|
||||
- binary_sensor.garage_door
|
||||
from: "on"
|
||||
to: "off"
|
||||
|
||||
@@ -7,18 +7,20 @@ trigger:
|
||||
webhook_id: "synology_doorbell_actionrule"
|
||||
local_only: true
|
||||
|
||||
- id: button_pressed
|
||||
platform: event
|
||||
event_type: "amcrest"
|
||||
event_data:
|
||||
camera: "Front Porch"
|
||||
event: "AlarmLocal"
|
||||
# - id: button_pressed
|
||||
# platform: event
|
||||
# event_type: "amcrest"
|
||||
# event_data:
|
||||
# camera: "Front Porch"
|
||||
# event: "AlarmLocal"
|
||||
|
||||
- id: button_pressed
|
||||
platform: state
|
||||
entity_id: binary_sensor.front_porch_button_pressed
|
||||
from: "off"
|
||||
to: "on"
|
||||
trigger: event
|
||||
event_type: amcrest
|
||||
event_data:
|
||||
event: "CallNoAnswered"
|
||||
payload:
|
||||
action: "Start"
|
||||
|
||||
- id: door_opened
|
||||
platform: state
|
||||
|
||||
Reference in New Issue
Block a user