Testing CRAZY conditions.

This commit is contained in:
CCOSTAN
2016-12-02 21:25:09 +00:00
parent 0fabac443b
commit 3559e5803c
5 changed files with 62 additions and 21 deletions

View File

@@ -1,18 +1,3 @@
###################################
## 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
###################################
@@ -24,11 +9,11 @@
event_type: skybell_pressed
action:
service: logbook.log
data:
- service: logbook.log
- data:
name: "SkyBell HD Doorbell:"
message: "Someone Pressed the Doorbell."
- alias: 'Log SkyBell Motion detection'
hide_entity: True
trigger:
@@ -39,4 +24,4 @@
service: logbook.log
data:
name: "SkyBell HD Doorbell:"
message: "Someone is by the door."
message: "Someone is by the door."

View File

@@ -0,0 +1,15 @@
###################################
## 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."