Valeur max de la journée au lieu de 24h

Essaye ça :

type: vertical-stack
cards:
  - type: statistic
    entity: sensor.sonde_jardin_temperature
    period:
      calendar:
        period: day
    stat_type: min
    name: Min
  - type: statistic
    entity: sensor.sonde_jardin_temperature
    period:
      calendar:
        period: day
    stat_type: max
    name: Max
  - type: history-graph
    entities:
      - entity: sensor.sonde_jardin_temperature

1 « J'aime »