Home-AssistantConfig/automation/ifttt_SkyBellHD.yaml.old
2016-12-02 21:25:09 +00:00

28 lines
646 B
YAML
Executable File

###################################
## LOG IFTTT Stuff - SkyBell
###################################
- alias: 'Log SkyBell Pressed Activity'
hide_entity: True
trigger:
- platform: event
event_type: skybell_pressed
action:
- service: logbook.log
- data:
name: "SkyBell HD Doorbell:"
message: "Someone Pressed the Doorbell."
- alias: 'Log SkyBell Motion detection'
hide_entity: True
trigger:
- platform: event
event_type: skybell_motion
action:
service: logbook.log
data:
name: "SkyBell HD Doorbell:"
message: "Someone is by the door."