mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 01:52:11 +00:00
Logging date of Rachio watering to a sensor for eventual voice announcements.
This commit is contained in:
@@ -15,6 +15,6 @@
|
||||
|
||||
- service: mqtt.publish
|
||||
data_template:
|
||||
payload: "The Lawn was watered on {{states('sensor.date')}}"
|
||||
payload: '{{ states("sensor.date") }}'
|
||||
topic: 'ifttt/rachio/watering_time'
|
||||
retain: true
|
||||
|
||||
Reference in New Issue
Block a user