Skip to content

v1.0.0

Latest

Choose a tag to compare

@portbusy portbusy released this 26 Jun 10:02
· 2 commits to main since this release

First stable release.

What's in 1.0.0

Four group modes, all configurable from the UI:

  • Any / All — standard aggregation over a list of input_boolean entities
  • Union — separate lists of entities that must be ON and OFF simultaneously
  • Conditions — full OR/AND/NOT logic using Home Assistant's native condition editor

Conditions mode highlights

  • Uses async_validate_condition_config before compilation, mirroring the automation pipeline — all HA-supported condition types work without per-type workarounds
  • Resilient and/or/not compilation: unknown or unsupported sub-conditions are skipped individually, not the whole block
  • Auto-migrates stored conditions on load to keep the visual editor compatible

Other

  • State restore across HA restarts
  • homeassistant.update_entity forces re-evaluation in conditions mode
  • UI translations: English, Italian, Spanish, German
  • HACS-ready (icon, logo, dark variants, hacs.json, hassfest CI)