v1.3.0
π HA Daily Counter v1.3.0
β¨ New Features
- Multiple triggers support
- Now counters can be configured with one or more entities as triggers.
- Each trigger can have its own state to monitor (e.g.,
on,off, custom).
- Configurable logic operators
- Added support for combining multiple triggers with logic:
- AND β All triggers must be active simultaneously.
- OR β Any trigger increments the counter.
- NAND β Counter increments when not all triggers are active.
- NOR β Counter increments only when none of the triggers are active.
- Added support for combining multiple triggers with logic:
- Area assignment
- Counters can now be assigned to an area during setup for better organization.
π Fixes
- Corrected UI labels:
trigger_entityβ Entity to Monitor.trigger_stateβ State to Monitor.
- Fixed missing translations for configuration dialogs.
- Ensured available states are properly listed for entities supporting options.
- Prevented duplicate entities from being selected when adding multiple triggers.
βοΈ Services
- Verified that custom services remain fully compatible:
ha_daily_counter.reset_counterha_daily_counter.set_counter
π Result
Counters can now be configured with complex trigger logic, allowing much more flexibility for advanced Home Assistant automations, while keeping full compatibility with existing setups.