From b45fe0ec7351de8c463c699bcae1686cc4072360 Mon Sep 17 00:00:00 2001 From: Calvin Walton Date: Mon, 5 Aug 2024 04:02:15 -0400 Subject: [PATCH] Add Govee H612B to the Matter transition blocklist (#123163) --- homeassistant/components/matter/light.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/matter/light.py b/homeassistant/components/matter/light.py index 65c3a535216..d05a7c85f9d 100644 --- a/homeassistant/components/matter/light.py +++ b/homeassistant/components/matter/light.py @@ -54,6 +54,7 @@ TRANSITION_BLOCKLIST = ( (4488, 514, "1.0", "1.0.0"), (4488, 260, "1.0", "1.0.0"), (5010, 769, "3.0", "1.0.0"), + (4999, 24875, "1.0", "27.0"), (4999, 25057, "1.0", "27.0"), (4448, 36866, "V1", "V1.0.0.5"), (5009, 514, "1.0", "1.0.0"),