AitorDB / home-assistant-sun-card

Home assistant sun card based on Google weather design
MIT License
409 stars 187 forks source link

Time format should use time format setting added in 2021.6 #125

Open Unfocused opened 2 years ago

Unfocused commented 2 years ago

Home Assistant 2021.6 added a time format setting per-user:

Available options are:

Currently this card just uses the language setting, ignoring this user setting. Would be good if it followed the user preference.

AFAICT, it's available via hass.locale.time_format, which will be one of language, system, 12, or 24.