@ilvalle wrote:
Hi all, the simple question is to create a chart with the number of minutes an heater was on in a day. Now I have a badge to show the minute of the current day
name: Heater on today entity_id: switch.sonoff state: 'on' type: time start: '{{ now().replace(hour=0).replace(minute=0).replace(second=0) }}' end: '{{ now() }}'
The chart I want must have only one value for a day
thanks in advance
Posts: 2
Participants: 2