Skip to content

v4.5.0

Choose a tag to compare

@kdinya kdinya released this 20 Aug 08:05
· 14 commits to main since this release

Added

  • Long-press (~500ms hold) on the action button, either leak-sensor block, or the battery indicator opens that entity's Home Assistant more-info dialog. A regular tap/click still just does its normal thing.
  • When the valve becomes closed — from this card, another dashboard, or an automation — the card now shows the date/time it closed. Cleared the moment it's seen open again. Persisted per-entity, so it survives a page reload.

Fixed

  • The glass-pipe outline and its reflections don't depend on time at all, yet were fully recomputed every animation frame. Now cached on an offscreen canvas and only redrawn on resize.

Changed

  • The card now needs to be at least 30% visible in the viewport before its animation resumes (previously any sliver counted).
  • The visual editor's field labels now follow the selected language (UK/RU/EN) instead of always being in English, and update immediately when the language dropdown changes.

See the README changelog for full details.