v0.3.4-beta.1
Pre-release
Pre-release
Fixed
- Card: low-battery entities are now correctly included in
entity_filter: offlineview. Previously the card hardcoded a20%threshold that diverged from the integration's configurablebattery_threshold, causing low-battery entities to be hidden when the configured threshold differed from 20. - Sensor:
group_summaryexposes a newlow_battery_entitiesattribute (list of entity IDs flagged as degraded by the coordinator) so the card no longer needs to reconstruct the threshold check.
Changed
- Card: section title for
entity_filter: offlinerenamed from "Offline Entities" to "Problem Entities" since the filter includes offline, stale, and low-battery entities.