What's Changed
- Use localized short weekday labels by @Godelaune in #32
Fixes: keep auto-refresh button visible and stabilize layout when title is hidden
- Render the forecast/auto-rotate toggle independently of show_time so it
no longer disappears when the clock is toggled off (renderClock) - Allow an empty title to disable the card header instead of forcing the
default "Weather" text; default still applies when no title key is set - Make the Title field in the editor a clear, full-width input with a
"leave empty to hide" hint - Prevent the layout from jumping when the title is removed: anchor the
weather icon to ha-card at a fixed top so it stays in place while the
temperature, condition, attributes, and chart move up - Add a title-less min-height on .main (scaled to main_icon_size) so the
chart and attributes clear the icon's footprint and the auto-refresh button
New Contributors
- @Godelaune made their first contribution in #32
Full Changelog: v1.7.1...v1.7.2