cancel
Showing results for 
Search instead for 
Did you mean: 

Chime for Doorbell Camera Motion

twodaend
Community Member

I just started playing with the Google Home Automation Script.  I was trying to setup my doorbell so that when it detects motion, it will play a sound, preferably a chim on my Google Home devices.  I've tried both types, assistant.command.OkGoogle and assistant.command.Broadcast, neither of which does exactly what I'm looking for. 

I'm trying to play a chime or some other simple sound when motion is detected at the front door.

 

starters:
- type: device.event.MotionDetection # Motion has been detected by the device.
device: Front door doorbell - Front door

actions:
# - type: assistant.command.OkGoogle
# devices:
# - Family Room speaker - Family Room
# - Living Room speaker - Living Room
# okGoogle: Bark


- type: assistant.command.Broadcast
message: someone is at the front door
devices:
- Family Room speaker - Family Room
- Living Room speaker - Living Room

0 REPLIES 0