v1.1.0: Lumina dashboard redesign, auto card install, device control modes, tariff calendar#57
Merged
Conversation
) New cards: - sem-tab-header.js: Lumina header with SVG glow icon, live stats, dot-grid background. 7 tab configs (home/energy/battery/ev/control/ costs/system) each with unique icon, color, and context-aware metrics. - sem-battery-card.js: Battery hero with SOC arc ring, charge/discharge pulse animation, health/cycles/temperature metrics. - sem-ev-status-card.js: EV status with 3 visual states (disconnected/ connected/charging), animated lightning bolt, session and solar stats. Dashboard template: - Lumina tab headers on all 7 tabs - Remove fold-entity-row "Welcome to SEM" (replaced by tab header) - 20 mushroom-title-cards styled with lumina_title anchor (transparent background, gradient divider line) - Battery hero: replace 4 mushroom cards with sem-battery-card - EV hero: replace mushroom card with sem-ev-status-card - Donut chart: EVAL formatters for clean decimal display - Consistent precision: kWh=1dp, W=0dp, CHF=2dp, kW=1dp Registered 3 new Lovelace resources (12 total). Closes #56 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- New _async_install_card_assets() runs on every async_setup_entry - Only activates if dashboard was previously generated (checks _install_dashboard_generated flag OR .storage/lovelace.sem-dashboard) - Copies new/changed .js files from dashboard/card/ to /config/www/ - Self-healing: recreates www directory if deleted - On first install: skips (generate_dashboard handles initial setup) - On HACS update: auto-copies — restart is sufficient, no manual action Tested: delete www cards + restart → 12 cards auto-restored, zero errors. Also: bump version 1.0.x → 1.1.0, update README with v1.1.0 changes. Closes #55 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Major release with full dashboard visual overhaul, improved update workflow, and new features.
Dashboard Lumina Redesign (#56)
Auto Card Installation (#55)
Device Control Modes (#49)
Tariff Calendar (#25)
Test plan
Closes #25, #49, #55, #56
🤖 Generated with Claude Code