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"), )