Releases: MacSiem/ha-energy-optimizer
Release list
v3.4.6 — Chart.js local-first (privacy/offline)
Privacy/offline: both chart loaders now prefer the locally-vendored Chart.js and fall back to the CDN only if the local copy is absent (previously the main loader always used the CDN). Consistent with the rest of the HA Tools suite; no chart breakage if the local copy is missing.
v3.4.5 — fix dark-theme title contrast
Fix: in dark themes the card title and header text rendered dark-on-dark. The main card stylesheet lacked a :host(.bento-dark) token override (it existed only in the bundled panel/insights styles). Added the dark token mapping so --bento-text and related tokens follow the active HA theme.
v3.4.4 — fix invisible summary tiles + English demo badge
Fixes #1 (Screenshot does not show card).
- Fix: dashboard summary tiles + power-draw banner used an invalid CSS gradient (
var(--primary)cc) that resolved to no background, so tiles rendered as white text on transparent and looked blank. Replaced withcolor-mix(). - Fix: data-source badge was hardcoded Polish; now English.
- Docs: refreshed README screenshot showing the fully rendered card.
ha-energy-optimizer v3.4.3
HA-theme-driven dark/light: cards follow the active Home Assistant theme (luminance of --card-background-color in set hass -> :host(.bento-dark)) instead of OS prefers-color-scheme. Fixes hardcoded dark cosmetics on explicit dark themes where hass.themes.darkMode is false.
ha-energy-optimizer v3.4.2
HA-theme-driven dark/light: cards follow the active Home Assistant theme (luminance of --card-background-color in set hass -> :host(.bento-dark)) instead of OS prefers-color-scheme. Fixes hardcoded dark cosmetics on explicit dark themes where hass.themes.darkMode is false.
ha-energy-optimizer v3.4.1
HA-theme-driven dark/light: cards follow the active Home Assistant theme (luminance of --card-background-color in set hass -> :host(.bento-dark)) instead of OS prefers-color-scheme. Fixes hardcoded dark cosmetics on explicit dark themes where hass.themes.darkMode is false.
v3.4.0 — energy-email on HA Tools Email v2 WS API
Added
ha-energy-emailnow progressively uses the HA Tools Email v2.0.0 websocket API for SMTP status, server-sideenergy_reportschedules, and backendsend_now.
Changed
- Legacy service/manual send, input_text recipient discovery, and localStorage schedule fallback remain available when the websocket backend is unavailable.
v3.3.0
One repo now ships three cards: ha-energy-optimizer, ha-energy-insights (24h/7d/30d breakdowns, top consumers), ha-energy-email (e-mail reports; manual send needs the optional ha-tools-email-integration backend). All cards are panel/sidebar-safe with render-error panels.