Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Feb 14:47
· 21 commits to main since this release
Immutable release. Only release title and notes can be modified.

☀️ Release highlights

First production-ready release is out! 🎉

This marks a few months of active development on this card and it has been an interesting learning path towards creating a custom card for Home Assistant. Most of the active issues have now been resolved and the feature set covers a wide range of use cases.

Many thanks to everyone who have reported issues and helped to test the card. You are awesome! 🎉 I'll personally take a break from this card in order to focus on other projects. However, I try my best to fix any critical issues that may arise.

Hope you will enjoy this card for a long time! Here is a recap what changes there are compared to v0.9.0.

🌤️ Support for twice-daily weather integrations

This release adds support for weather entities that provide twice_daily forecasts instead of daily. If both are available, daily is still preferred. This brings the card on par with most weather integrations and the built-in weather forecast card.

Note that the layout for twice_daily forecasts differs slightly from daily in terms of header items. This ensures vertical spacing remains consistent across both forecast modes.

🔄 Better support for single forecast type integrations

The card can now render weather entities that only provide a single forecast type, such as daily. In these cases, toggling between forecasts is disabled since only one is available. The card automatically selects whichever forecast type the entity provides.

⚙️ Configuration refactoring

temperature_entity has been moved to the current object. Don't worry, the old configuration still works and will be automatically migrated when you edit the card with the card editor. In addition, scroll_to_selected and use_color_thresholds have been set to true by default as these provide functionality relevant for most users.

🆕 Font size styling

Font size styling is now better explained in the README.md. In addition, you can now control the size of label sizes when using chart mode.

What's Changed

✨ New features

  • feat: support for weather entities providing only one forecast type by @troinine in #104
  • feat: support for weather entities providing only twice_daily daily forecast by @troinine in #108
  • feat: support for adjusting chart font size by @troinine in #112

🐛 Bug fixes and improvements

  • fix: corrected forecast item width calculation on HA 2026 (hui-card) by @troinine in #118
  • fix: added fallbacks for color-mix and container queries for legacy browsers by @troinine in #116

📚 Documentation

Other Changes

  • chore: prepare for v1.0.0 pre-releases by @troinine in #105
  • refactor: moved temperature_entity configuration to current object for consistency by @troinine in #110
  • refactor: improve default colors for humidity and pressure chart lines by @troinine in #111
  • refactor: adjust forecast condition icon default size to improve visibility by @troinine in #113
  • refactor: set use_color_thresholds and scroll_to_selected as true by default by @troinine in #119

Full Changelog: v0.9.0...v1.0.0