dylandoamaral / uptime-card

Minimalistic uptime card for Home Assistant Lovelace UI
266 stars 11 forks source link

Time format always 12h AM/PM #89

Closed aquaticus closed 3 years ago

aquaticus commented 3 years ago

Time range aways displayed using 12h am/pm format. Not possible to see 24h time. Time string should use the format set in users preferences. time_format

dylandoamaral commented 3 years ago

You can, inside your yaml configuration add:

tooltip:
  hour24: true
aquaticus commented 3 years ago

I was looking for time format but apparently I missed this one. Thanks.

filikun commented 2 years ago

It seems though that this option gives you 01:00-24:59 instead of 00:00-23:59

image