Skip to content

Instantly share code, notes, and snippets.

@Naesstrom
Created February 19, 2018 18:25
Show Gist options
  • Save Naesstrom/fd28e9671338f22fb3f6de2462850670 to your computer and use it in GitHub Desktop.
Save Naesstrom/fd28e9671338f22fb3f6de2462850670 to your computer and use it in GitHub Desktop.
- alias: 'record cumulative rain to midnight'
trigger:
- platform: time
at: "00:00:01"
action:
service: mqtt.publish
data_template:
topic: 'hass/cum_rain_prior'
retain: true
payload: '{"day_1":"{{states.sensor.rain_cum.state}}"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment