This release introduces visual optimizations for narrow dashboard views and adds support for the custom card suggestions feature introduced in Home Assistant 2026.6. Custom theme compatibility is also enhanced with safer CSS fallbacks.
Bug Fixes & Improvements
- Home Assistant Compatibility: Added support for the custom card suggestions feature introduced in Home Assistant 2026.6. The card is now automatically suggested in the dashboard UI when configuring sea temperature entities.
- Lovelace Card: Implemented a responsive layout that applies automatically when the card is narrower than 360px, optimizing paddings, font sizes, grid spacing, and chart margins.
- Lovelace Card: Adjusted chart reference labels dynamically on narrow views, omitting prefixes (e.g., displaying
22.8°Cinstead ofMax 22.8°C) to preserve horizontal plotting space. - Auto-Suggestions: Refined the suggestion logic to filter specifically by the
sensor.seatemperatures_entity ID prefix, avoiding conflicts with other temperature sensors. - Theming: Added raw RGB fallback values for primary color CSS variables, ensuring the chart gradient background and line drop shadow render correctly under all custom themes.