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_booleanentities - 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_configbefore compilation, mirroring the automation pipeline — all HA-supported condition types work without per-type workarounds - Resilient
and/or/notcompilation: 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_entityforces re-evaluation in conditions mode- UI translations: English, Italian, Spanish, German
- HACS-ready (icon, logo, dark variants,
hacs.json,hassfestCI)