Skip to content

Releases: pkissling/clock-weather-card

2.0.0

07 Oct 11:50
Compare
Choose a tag to compare

Breaking changes

  • Configuration property forecast_days was renamed to forecast_rows to indicate that this attribute does not only work for daily, but also for hourly forecasts.
  • date-fns has been replaced by luxon for date/time formatting. If you configure date_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 default false, so by default the card will show the time of the current HA time zone.

What's Changed

Features

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

02 Oct 12:42
15f257f
Compare
Choose a tag to compare

What's Changed

Features

Languages

New Contributors

Full Changelog: 1.0.17...1.1.0

1.0.17

14 Aug 11:23
b8641db
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • fix: extractMostOcurring was always returning the first element by @RomRider in #195

Languages

New Contributors

Full Changelog: 1.0.16...1.0.17

1.0.16

06 Jun 12:05
Compare
Choose a tag to compare

What's Changed

Languages

Full Changelog: 1.0.15...1.0.16

1.0.15

24 Apr 16:54
Compare
Choose a tag to compare

What's Changed

Bugfixes

Full Changelog: 1.0.14...1.0.15

1.0.14

23 Apr 17:09
Compare
Choose a tag to compare

What's Changed

Languages

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

30 Mar 06:39
Compare
Choose a tag to compare

What's Changed

Languages

Features

Bugfixes

  • Fix bug where temp indicator was sometimes hidden by @pkissling in #169

New Contributors

Full Changelog: 1.0.12...1.0.13

1.0.12

03 Mar 18:47
Compare
Choose a tag to compare

What's Changed

Features

  • Allow overriding current temperature with sensor by @pkissling in #158

Languages

  • Align Polish strings with official Home Assistant translations by @bieniu in #162

Bugfixes

Documentation

New Contributors

Full Changelog: 1.0.11...1.0.12

1.0.11

01 Feb 10:25
e20a33f
Compare
Choose a tag to compare

What's Changed

Features

Bugfixes

  • Fix bug where day icon was display on sunny weather by @pkissling in #146

New Contributors

Full Changelog: 1.0.10...1.0.11

1.0.10

14 Jan 10:28
Compare
Choose a tag to compare

What's Changed

Features

  • Remove leading 0 from 12-hour time by @oxtn in #108

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

New Contributors

Full Changelog: 1.0.9...1.0.10