mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-20 16:21:58 +00:00
21 lines
521 B
YAML
Executable File
21 lines
521 B
YAML
Executable File
###################################
|
|
## 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."
|
|
|
|
- service: mqtt.publish
|
|
data_template:
|
|
payload: '{{ states("sensor.date") }}'
|
|
topic: 'ifttt/rachio/watering_time'
|
|
retain: true
|