From a3e526d6cf199d74793565f890408c73322054ca Mon Sep 17 00:00:00 2001 From: flfue Date: Mon, 27 Dec 2021 08:31:51 +0100 Subject: [PATCH] Add return for certified devices to not apply availability check (#62728) --- homeassistant/components/hue/v2/entity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/hue/v2/entity.py b/homeassistant/components/hue/v2/entity.py index 69b299d574f..8253d4ffbef 100644 --- a/homeassistant/components/hue/v2/entity.py +++ b/homeassistant/components/hue/v2/entity.py @@ -145,6 +145,7 @@ class HueBaseEntity(Entity): if self.device.product_data.certified: # certified products report their state correctly self._ignore_availability = False + return # some (3th party) Hue lights report their connection status incorrectly # causing the zigbee availability to report as disconnected while in fact # it can be controlled. Although this is in fact something the device manufacturer