From b7e7905b54c61a6d80e4b6d29f1291463f85bcac Mon Sep 17 00:00:00 2001 From: Grubalex <74829763+Grubalex@users.noreply.github.com> Date: Wed, 26 Jun 2024 08:51:55 +0200 Subject: [PATCH] Add Philips WiZ Lightbulbs to Matter TRANSITION_BLOCKLIST (#120461) --- homeassistant/components/matter/light.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/homeassistant/components/matter/light.py b/homeassistant/components/matter/light.py index 777e4a69010..749d82fd661 100644 --- a/homeassistant/components/matter/light.py +++ b/homeassistant/components/matter/light.py @@ -57,6 +57,11 @@ TRANSITION_BLOCKLIST = ( (4999, 25057, "1.0", "27.0"), (4448, 36866, "V1", "V1.0.0.5"), (5009, 514, "1.0", "1.0.0"), + (4107, 8475, "v1.0", "v1.0"), + (4107, 8550, "v1.0", "v1.0"), + (4107, 8551, "v1.0", "v1.0"), + (4107, 8656, "v1.0", "v1.0"), + (4107, 8571, "v1.0", "v1.0"), )