From 23597a8cdfc856310d5f2af85f7521d20a95a3bf Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Fri, 24 May 2024 13:50:10 +0200 Subject: [PATCH] Extend the blocklist for Matter transitions with more models (#118038) --- homeassistant/components/matter/light.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homeassistant/components/matter/light.py b/homeassistant/components/matter/light.py index da72798dda1..acd85884875 100644 --- a/homeassistant/components/matter/light.py +++ b/homeassistant/components/matter/light.py @@ -52,7 +52,10 @@ DEFAULT_TRANSITION = 0.2 # sw version (attributeKey 0/40/10) TRANSITION_BLOCKLIST = ( (4488, 514, "1.0", "1.0.0"), + (4488, 260, "1.0", "1.0.0"), (5010, 769, "3.0", "1.0.0"), + (4999, 25057, "1.0", "27.0"), + (4448, 36866, "V1", "V1.0.0.5"), )