3.0.1 Display Mode Feature, Sizing & Fahrenheit Fixes
Highlights:
- New Display Mode Feature:
- The card now supports three display modes:
full(all features and legends),core(minimal, no legend), andminimal(ultra-minimal, no title or attribution). Select your preferred mode with thedisplay_modeconfig option. - The legacy
focussedoption is now fully replaced bydisplay_mode. Migration from old configs is automatic—if you previously usedfocussed: true, it will be converted todisplay_mode: minimal.
- The card now supports three display modes:
- Sizing Improvements for Section View:
- Chart sizing and layout have been improved for Home Assistant's section view, ensuring better fit and appearance in dashboards.
- Fahrenheit Double Conversion Bug Fixed:
- Fixed an issue where weather entities using Fahrenheit as the main unit would sometimes display temperatures incorrectly due to double conversion. Now, temperatures are shown correctly for all unit systems and sources.
- iOS API Connectivity:
- Previous issues retrieving data from the Met.no API on iOS devices now appear to be resolved. If you experience new problems with iOS, please create a new issue on GitHub and include details.
- Before reporting, check which version of the card you are running in the diagnostic panel (shown at the bottom of the card).
Upgrade Notes:
- No breaking changes. Existing configuration will continue to work.
- If you previously used
focussed: true, your config will be automatically migrated todisplay_mode: minimal. - Sizing is improved for section view layouts.
- Fahrenheit temperatures from weather entities are now always correct.
- If you use custom themes or translations, verify that new labels and legend visibility display correctly.