parent
6293c7a50b
commit
7c66f96cc6
@ -0,0 +1,42 @@
|
|||||||
|
###################################
|
||||||
|
## 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
|
||||||
|
###################################
|
||||||
|
|
||||||
|
- 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."
|
||||||
@ -1,13 +0,0 @@
|
|||||||
# Here is a collection of automations for logging IFTTT supported devices in LogBook.
|
|
||||||
|
|
||||||
- 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."
|
|
||||||
@ -1,25 +0,0 @@
|
|||||||
# Here is a collection of automations for logging IFTTT supported devices in LogBook.
|
|
||||||
|
|
||||||
- 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."
|
|
||||||
Loading…
Reference in new issue