update shower MQTT for HA

This commit is contained in:
Paul
2019-10-14 18:16:31 +02:00
parent 1378dcf20d
commit 270ed5a1ea
3 changed files with 7 additions and 24 deletions

View File

@@ -140,7 +140,7 @@
- platform: template
sensors:
showertime_time:
value_template: '{{ as_timestamp(states.sensor.last_shower_duration.last_updated) | int | timestamp_custom("%-I:%M %P on %a %-d %b") }}'
value_template: '{{ as_timestamp(states.sensor.last_shower_duration.last_updated) | int | timestamp_custom("%-I:%M on %a %-d %b") }}'
boiler_updated:
value_template: '{{ as_timestamp(states.sensor.boiler_temperature.last_updated) | timestamp_custom("%H:%M on %d/%b") }}'