2016-10-18 01:09:31 +00:00
|
|
|
###################################
|
|
|
|
|
## LOG IFTTT Stuff - Rachio
|
|
|
|
|
###################################
|
|
|
|
|
- alias: 'Log Sprinkler Activity'
|
|
|
|
|
hide_entity: True
|
|
|
|
|
trigger:
|
|
|
|
|
- platform: event
|
|
|
|
|
event_type: rachio_water_stops
|
|
|
|
|
|
|
|
|
|
action:
|
|
|
|
|
service: logbook.log
|
|
|
|
|
data:
|
|
|
|
|
name: "Rachio Sprinkler:"
|
|
|
|
|
message: "The Lawn was watered just now."
|
|
|
|
|
|
|
|
|
|
###################################
|
|
|
|
|
## LOG IFTTT Stuff - SkyBell
|
|
|
|
|
###################################
|
2016-10-12 00:10:32 +00:00
|
|
|
|
|
|
|
|
- alias: 'Log SkyBell Pressed Activity'
|
2016-10-12 17:38:27 +00:00
|
|
|
hide_entity: True
|
2016-10-12 00:10:32 +00:00
|
|
|
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'
|
2016-10-12 17:38:27 +00:00
|
|
|
hide_entity: True
|
2016-10-12 00:10:32 +00:00
|
|
|
trigger:
|
|
|
|
|
- platform: event
|
|
|
|
|
event_type: skybell_motion
|
|
|
|
|
|
|
|
|
|
action:
|
|
|
|
|
service: logbook.log
|
|
|
|
|
data:
|
|
|
|
|
name: "SkyBell HD Doorbell:"
|
|
|
|
|
message: "Someone is by the door."
|