Releases: pkissling/clock-weather-card
Releases · pkissling/clock-weather-card
2.0.0
Breaking changes
- Configuration property
forecast_days
was renamed toforecast_rows
to indicate that this attribute does not only work for daily, but also for hourly forecasts. date-fns
has been replaced byluxon
for date/time formatting. If you configuredate_pattern
, make sure to migrate your pattern to comply with luxon. Additionally, the weekday is now not hardcoded anymore.- Configuration property
use_browser_time
is now by defaultfalse
, so by default the card will show the time of the current HA time zone.
What's Changed
Features
- Migrate
forecast_days
toforecast_rows
by @pkissling in #212 - Remove date-fns in favor of
luxon
by @pkissling in #212 - Set use_brower_time default to
false
by @pkissling in #212 - Add configuration property to specify a
time_zone
by @pkissling in #235
Dependencies
- chore(deps): update actions/checkout action to v4 by @renovate in #216
- chore(deps): update minor-dependencies by @renovate in #215
Full Changelog: 1.1.0...2.0.0
1.1.0
What's Changed
Features
- Specify card size by @pkissling in #209
- Add support for new weather service (
weather.get_forecast
) by @pkissling in #210 - Automatically fill mandatory fields in YAML card configuration by @pkissling in #211
Languages
New Contributors
Full Changelog: 1.0.17...1.1.0
1.0.17
What's Changed
Bugfixes
Languages
- Added Slovenian translation by @thehijacker in #196
New Contributors
- @RomRider made their first contribution in #195
- @thehijacker made their first contribution in #196
Full Changelog: 1.0.16...1.0.17
1.0.16
What's Changed
Languages
- Add Estonian language by @pkissling in #187
Full Changelog: 1.0.15...1.0.16
1.0.15
What's Changed
Bugfixes
- Fix timezone time calculation by @pkissling in #179
Full Changelog: 1.0.14...1.0.15
1.0.14
What's Changed
Languages
- Fix typos in Thai language by @pkissling in #176
Features
- Add attribute to use HA timezone instead of browser time by setting
use_browser_time: false
by @pkissling in #177
Full Changelog: 1.0.13...1.0.14
1.0.13
What's Changed
Languages
- Add translation for simplified Chinese(zh-cn) by @LittleAO1179 in #165
- Add missing weekdays in Danish language by @pkissling in #167
- Update sk.json by @Marlo461 in #168
Features
Bugfixes
- Fix bug where temp indicator was sometimes hidden by @pkissling in #169
New Contributors
- @LittleAO1179 made their first contribution in #165
- @JanGiese made their first contribution in #102
Full Changelog: 1.0.12...1.0.13
1.0.12
What's Changed
Features
- Allow overriding current temperature with sensor by @pkissling in #158
Languages
Bugfixes
- Fix card not expanding to full height by @pkissling in #151
Documentation
- Add card forecast explanation to FAQ section by @pkissling in #160
New Contributors
Full Changelog: 1.0.11...1.0.12
1.0.11
What's Changed
Features
- option to hide clock and date by @jlambert121 in #131
Bugfixes
- Fix bug where day icon was display on sunny weather by @pkissling in #146
New Contributors
- @jlambert121 made their first contribution in #131
Full Changelog: 1.0.10...1.0.11
1.0.10
What's Changed
Features
Bugfixes
- Fix typo in English translations by @kaizersoje in #109
- Fix console error message when using language English (US) in HA by @pkissling in #140
- Render card properly even if no temperature attribute is provided by weather provider by @pkissling in #139
- Fix day and night icon not working after ha restart by @pkissling in #138
- Fix negative temperatures cut off by @pkissling in #137
Languages
- Add Finnish translation by @rJUUSO in #105
- Adding Vietnamese locale by @ctqctq in #113
- Add support for romanian language by @mariusmotea in #121
- Add translation for zh-TW by @chiahsing in #126
- Added Hebrew translation by @tzagim in #129
New Contributors
- @rJUUSO made their first contribution in #105
- @oxtn made their first contribution in #108
- @kaizersoje made their first contribution in #109
- @ctqctq made their first contribution in #113
- @mariusmotea made their first contribution in #121
- @chiahsing made their first contribution in #126
- @tzagim made their first contribution in #129
Full Changelog: 1.0.9...1.0.10