mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-16 18:44:58 +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
|
- service: mqtt.publish
|
||||||
data_template:
|
data_template:
|
||||||
payload: "The Lawn was watered on {{states('sensor.date')}}"
|
payload: '{{ states("sensor.date") }}'
|
||||||
topic: 'ifttt/rachio/watering_time'
|
topic: 'ifttt/rachio/watering_time'
|
||||||
retain: true
|
retain: true
|
||||||
|
@@ -5,3 +5,7 @@
|
|||||||
- platform: mqtt
|
- platform: mqtt
|
||||||
state_topic: "polly/lastmsg"
|
state_topic: "polly/lastmsg"
|
||||||
name: "polly_lastmsg"
|
name: "polly_lastmsg"
|
||||||
|
|
||||||
|
- platform: mqtt
|
||||||
|
state_topic: "ifttt/rachio/watering_time"
|
||||||
|
name: "ifttt_rachio_watering_time"
|
||||||
|
Reference in New Issue
Block a user