Hi
I have this history configured. But the statistics is not realy readable. Can you please update the “time” statistics as 00:19 h ?
Now when you look at the statistics you can not realy find out the purpose.
It would be great to see in time format, I saw a lot of template about … but not realy everybody understands
- platform: history_stats
name: Boiler On Duration
entity_id: switch.boiler
state: ‘on’
type: time
start: ‘{{ now().replace(hour=12).replace(minute=0).replace(second=0) }}’
duration:
hours: 24
Ex:
Now I can see: 2.41 h which is realy 2:24 . So it would be nice to see the real time.
Thank you
Robert.