dylandoamaral / uptime-card

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

Use `minute` short hand #93

Closed agneevX closed 3 years ago

dylandoamaral commented 3 years ago

Why do you want to change minute in min ?

agneevX commented 3 years ago

That way it doesn't push the divider and the rest of the footer to the right so much.

dylandoamaral commented 3 years ago

Can you send a picture pls ?

agneevX commented 3 years ago

Here's a screenshot:

image

Also I'm certain there's a bug here because hours_to_show is set to 1.

Line 716: shouldn't it be >= 1?

dylandoamaral commented 3 years ago

You are right can you push the modification of line 716, I will then merge that PR and make a release !

dylandoamaral commented 3 years ago

Thank you !