v2.7.3-beta.1
Pre-release
Pre-release
Beta Release — v2.7.3-beta.1
Bug Fix
- fix: use CoordinatorEntity pattern for EyeOnWaterSensor — The main water sensor could become permanently unavailable when
meter.readingthrew an exception inside the custom_state_updatecallback. Refactored to use the standardCoordinatorEntityupdate mechanism so availability is managed automatically, andnative_valuegracefully returnsNoneon read errors instead of breaking.
Changes from v2.7.2
- Removed custom
_state_updatecallback andasync_added_to_hass - Removed manual
_availabletracking (usesCoordinatorEntitydefault) native_valuenow readsmeter.readingwith try/except guard
Install
Install via HACS by switching to this tag, or manually copy custom_components/eyeonwater/ into your HA instance.