Capteur de durée sur prise en cours de consommation

Bonjour,
avec history stats

exemple, temps d’allumage pour 24h :

sensor:
  - platform: history_stats
    name: Temps Allumage Ordinateur
    unique_id: "temps_allumage_ordinateur"
    entity_id: sensor.ordinateur_en_fonctionnement
    state: 'on'
    type: time
    start: "{{ now().replace(hour=0, minute=0, second=0, microsecond=0) }}"
    end: "{{ now() }}"

il y a un sujet qui en parle :

1 « J'aime »