From cea39f618f3b32efa46c81eb44f01dafc62349e2 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Tue, 12 Nov 2024 13:36:20 +0200 Subject: [PATCH] fix: remove unused _available --- custom_components/ouman_eh800/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/custom_components/ouman_eh800/__init__.py b/custom_components/ouman_eh800/__init__.py index 9cbf430..31e7323 100644 --- a/custom_components/ouman_eh800/__init__.py +++ b/custom_components/ouman_eh800/__init__.py @@ -43,8 +43,6 @@ class OumanEH800Device: self.device = device self.entry = entry - self._available = True - @Throttle(UPDATE_INTERVAL) async def async_update( self, -- 2.44.1