You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.