You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
369 B
16 lines
369 B
###################################
|
|
## 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."
|
|
|