@ -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"
state_topic: "ifttt/rachio/watering_time"
name: "ifttt_rachio_watering_time"
Powered by TurnKey Linux.