kalkih / mini-graph-card

Minimalistic graph card for Home Assistant Lovelace UI
MIT License
3.05k stars 238 forks source link

24 hours mode? #724

Closed MrGlad8 closed 2 years ago

MrGlad8 commented 2 years ago

Hey! Its seems that the time stamps is in AM/PM but my settings and HA Logs are all in 24 hour mode. How come?

pdwonline commented 2 years ago

Seems to me that you could use the hour24 parameter like:

  - type: custom:mini-graph-card
     hour24: true
     entities:
          - entity: sensor.favourite
ildar170975 commented 2 years ago

Use the hour24: true option as it was proposed.