Beta pre-release. Drop-in upgrade from 3.7.3 — no config changes required.
What's new
- Themeable progress bar colors — override the timeline's background, active-segment, and "now" marker colors via YAML to match your dashboard theme. (#233)
progress_bar_background_color: '#222222' progress_bar_active_color: '#4fc3f7' progress_bar_now_color: '#ff9800'
- Timestamps follow Home Assistant's Time format setting — the radar timeline and NWS alert times now defer to your HA profile's 12h/24h preference (Settings → General) instead of guessing from the browser. (#239)
Changed
- Wildfire popup area now matches your HA unit system — hectares for metric, acres for imperial, instead of always showing NIFC's raw acres. The discovery date now follows your HA locale too.
Internal
- CI: bumped
actions/upload-artifactto v7 (Node 24) to clear a GitHub Actions deprecation warning.
Full Changelog: v3.7.3...v3.8.0-beta1