v0.3.0-beta.2
Pre-release
Pre-release
Added
- Sensor:
recently_offline— tracks entities that went offline within a configurable window (default 5 minutes); state is the friendly name list, attributeentitiesis the entity ID list - Sensor:
recently_recovered— tracks entities that recovered from offline within the same window; state is the friendly name list, attributeentitiesis the entity ID list - Config:
recovery_windowsetting (minutes) in Advanced Settings and Options flow — controls how long entities remain visible in both sensors after a state transition - Action:
suppress_indefinitely— suppress an entity or group with no expiry; cleared by the existingunsuppressaction
Fixed
- Indefinite suppressions (no expiry) now survive HA restarts
recently_offline_attimestamps are now persisted to storage and restored on restart, so entities that went offline before a restart correctly appear in therecently_offlinesensor within the configured window- Changes to
recovery_windowin the Options flow now take effect immediately without requiring an integration reload