github ReikanYsora/Helios v1.8.3-alpha.5
v1.8.3-alpha.5: cloud-mode rename + dead var cleanup

latest release: v1.8.3-alpha.9
pre-release2 hours ago

Small follow-up alpha on top of alpha.4 + the cloud-chip render port. Two mechanical chunks, no behaviour change.

What's in this prerelease

  • _cloudDomeMode is renamed to _cloudMode everywhere. The 3D cloud dome concept was retired when the per-layer cloud-cover toggle landed; the state field was the last place the old name survived. Mechanical pass across helios-card.ts, cloudDome.ts (CloudDomeHost interface + 7 callsites) and init.ts. The card class modifier cloud-dome-active became cloud-mode-active so the CSS family lines up with the state name.
  • cloudPctRound was a leftover local in helios-card.ts from before the cloud chip refactor; it had no remaining reader and was failing tsc --noEmit. Dropped along with its preceding comment.
  • A stale comment in _onModeLidar that still referenced .cloud-dome-active was rewritten to point at .cloud-mode-active.

What's NOT yet in this prerelease (next chunks in the same v1.8.3 cycle)

  • Visual CSS pass: the card still has a few rendering oddities reported as "ne ressemble plus à rien". Cloud chip is now wired to the new CSS family, the next pass will sweep the rest of the surfaces (mode bar, two-column overlay-top-right collision, theme alignment edges).
  • Timeline modifications port: magnet-snap back-to-live, day highlight on hover, cursor highlight in the magnet zone, removal of the timeline-consumption-* display option.
  • Today's production line in the scrub tooltip (same shape as the helios-ha-dashboard scrub tooltip).
  • pv.ts / grid.ts / battery.ts deep refactor (multi-source fan-out, drop legacy config['xxx-entity'] paths).
  • Drop the EnergyDefaults transitional single-entity fields + resolveEffectiveEntity helper.

Roll-up since v1.8.2

  • alpha.0 / alpha.1 / alpha.2: HA Energy stat_rate (#172), backfill resilience (#173-#175), fullscreen polish (#176-#179), daily totals alignment (#180, #181).
  • alpha.3: refonte foundation, EnergyDefaults arrays, migration warning.
  • alpha.4: editor + i18n + schema cleanup.
  • alpha.5: this prerelease.

Install

Alpha. Install via HACS with "Show beta versions" enabled. Same install footprint as alpha.4. The migration notification from alpha.3 still fires on first mount if your YAML carries any of the retired entity keys, and the editor auto-strips them on the next save.

Don't miss a new Helios release

NewReleases is sending notifications on new releases.