Skip to content

v2.7.3-beta.1

Pre-release
Pre-release

Choose a tag to compare

@kdeyev kdeyev released this 06 Apr 15:42

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.reading threw an exception inside the custom _state_update callback. Refactored to use the standard CoordinatorEntity update mechanism so availability is managed automatically, and native_value gracefully returns None on read errors instead of breaking.

Changes from v2.7.2

  • Removed custom _state_update callback and async_added_to_hass
  • Removed manual _available tracking (uses CoordinatorEntity default)
  • native_value now reads meter.reading with try/except guard

Install

Install via HACS by switching to this tag, or manually copy custom_components/eyeonwater/ into your HA instance.