mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-21 16:44:46 +00:00
42 lines
1005 B
YAML
42 lines
1005 B
YAML
|
###################################
|
||
|
## 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."
|