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