Skip to content

Commit

Permalink
Created announcement when the doorbell is pressed.
Browse files Browse the repository at this point in the history
Hopefully work around the Ring chimers not working / delayed.
  • Loading branch information
dannytsang committed Apr 3, 2024
1 parent 6529545 commit 82812eb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/rooms/porch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,25 @@ automation:
title: Porch
message: Light switch changed
mode: single
- id: "1694521590171"
alias: "Porch: Doorbell Pressed"
description: ""
trigger:
- platform: state
entity_id:
- binary_sensor.front_door_ding_2
to: "on"
condition: []
action:
- parallel:
- service: script.send_to_home_log
data:
message: "Some pressed the door bell."
title: "Porch"
- service: script.alexa_announce
data:
message: "Ding dong."
mode: single

scene:
- id: "1606157607021"
Expand Down

0 comments on commit 82812eb

Please sign in to comment.