From 2ce6bd2378c28e0ffd1d0fc36d519fcae1310f76 Mon Sep 17 00:00:00 2001 From: Nidre Date: Mon, 2 Sep 2024 13:28:49 +0300 Subject: [PATCH] Update Matter light transition blocklist to include YNDX LightStrip (#124657) --- 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 58ef8081fa9..bcac945562a 100644 --- a/homeassistant/components/matter/light.py +++ b/homeassistant/components/matter/light.py @@ -66,6 +66,7 @@ TRANSITION_BLOCKLIST = ( (4999, 25057, "1.0", "27.0"), (5009, 514, "1.0", "1.0.0"), (5010, 769, "3.0", "1.0.0"), + (5130, 544, "v0.4", "6.7.196e9d4e08-14"), )