v0.7.0
💨 Release Highlights
This release contains a few useful features based on user reports and several bug fixes. We are closing in on v1.0.0, which I’m planning to release in the coming months. Therefore, I am not planning to implement any significant new features before that milestone.
Hope you are enjoying the card! 🎉
💨 Cardinal wind bearing
Since some integrations report wind bearing using cardinal directions (e.g., N, E, S, W) instead of numeric degrees, the card now includes full support for these values. The card will automatically interpret these strings to display the correct wind direction indicator.
🔢 Temperature Precision
As it isn't always easy to control temperature precision in weather entities (without creating a weather template), this release adds the ability to set temperature precision for current weather and forecasts separately. This allows more flexibility with weather integrations that report values with varying precision, or simply gives you more granular control over the UI.
Note that In simple forecast mode, precision settings will not have an effect because the layout width is limited. In this mode, precision is always fixed to 0.
🥈 Secondary Info Attributes
You can now define which attribute is displayed in the current weather's secondary info area, below the current temperature.
By default, aligned with the built-in weather forecast, the card attempts to display:
- Temperature extrema (if available)
- Precipitation (if available)
- Humidity
If you wish, you can now manually specify any available weather attribute to be displayed in this space.
🐛 Bug Fix: Bubble Card Compatibility
Thanks to @Mordano’s contributions, we have fixed an issue with forecast rendering when the card is used inside a Bubble Card popup. The card should now consistently render the forecast section!
What's Changed
✨ New features
- feat: support for cardinal wind bearing by @troinine in #59
- feat: added support for defining forecast and current weather temperature precision by @troinine in #64
- feat: support for defining secondary info attribute for current weather by @troinine in #68
🐛 Bug fixes and improvements
- fix: corrected forecast subscription issues when used in Bubble Card popups by @Mordano in #67
- fix: reduced component gap to avoid too much spacing by @troinine in #69
- fix: corrected wind_gust_speed number formatting by @troinine in #70
New Contributors
Full Changelog: v0.6.0...v0.7.0