weather-card
weather-card copied to clipboard
Time format does not follow Home assistant settings
The time format for sunrise, sunset and hourly forecast uses Home Assistant language to determine the time format to be shown. Modify the card to follow time format selected in Home Assistant config. (i.e. add proper ability to use English with 24h time format for sunrise, sunset and hourly forecast).
Any update on this one?
The AM/PM notation is not common here in Europe, please fix.
The timezone is not set in the function toLocaleTimeString You can add it by your self "hard-coded" in the .js file.
toLocaleTimeString( lang, { timeZone: 'Europe/Brussels', hour: "2-digit", minute: "2-digit", }