Version 1.4.1
⚠️ Breaking change: refresh_period is now interpreted in seconds, as documented (it was previously used as milliseconds). If you set it explicitly in ms (e.g. 20000), change it to seconds (e.g. 20). The default cadence is unchanged.
What's Changed
- Fix type-only imports and Lit class-field shadowing for modern bundlers by @SamLeatherdale in #181
- Guard release upload step when no release is created (#159) in #182
- Add a Dockerized build/test environment in #185
- Add getGridOptions() for the HA Sections view grid in #186
- Add Playwright visual regression tests for grid sizing in #187
- Fix sun/moon freeze and treat refresh_period as seconds (BREAKING) in #183
New Contributors
- @SamLeatherdale made their first contribution in #181
Full Changelog: v1.4.0...v1.4.1