Skip to content

2026.7.6

Pre-release
Pre-release

Choose a tag to compare

@sxdjt sxdjt released this 07 Jul 06:45

Pre-release.

Added

  • Dynamic min/max bounds (issue #12, requested by @Scabattoir): source the progress bar's maximum/minimum from another entity.
    • max_entity / min_entity read the referenced entity's state.
    • max_entity_attribute / min_entity_attribute read a numeric attribute instead (e.g. a climate entity's max_temp).
    • An entity-sourced bound overrides the static max/min and falls back to it when the entity is unavailable or non-numeric.
    • The bar now repaints when a referenced bound entity changes, not only when the displayed entity changes.

Changed

  • Switched to CalVer versioning (YYYY.M.D).

Fixed

  • Card picker preview was blank: getStubConfig() now accepts hass and selects a real sensor entity.

Thanks to @Scabattoir for the request.