temps d’utilisation pour la journée:
- platform: history_stats
name: Temps Allumage Télévision
unique_id: "temps_allumage_television"
entity_id: sensor.television_en_fonctionnement
state: 'on'
type: time
start: "{{ now().replace(hour=0, minute=0, second=0, microsecond=0) }}"
end: "{{ now() }}"
