mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-13 13:29:12 +00:00
Logging date of Rachio watering to a sensor for eventual voice announcements.
This commit is contained in:
parent
4aafa0d1c8
commit
17df9c0952
@ -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
|
||||
|
@ -5,3 +5,7 @@
|
||||
- platform: mqtt
|
||||
state_topic: "polly/lastmsg"
|
||||
name: "polly_lastmsg"
|
||||
|
||||
- platform: mqtt
|
||||
state_topic: "ifttt/rachio/watering_time"
|
||||
name: "ifttt_rachio_watering_time"
|
||||
|
Loading…
x
Reference in New Issue
Block a user