From 131fdf6898197dce96807427c34c1bfd609f3f82 Mon Sep 17 00:00:00 2001 From: raphaeleduardo42 <77018363+raphaeleduardo42@users.noreply.github.com> Date: Thu, 3 Oct 2024 05:22:11 -0300 Subject: [PATCH] Add MOES Matter Light 1.0 to the blocklist for Matter transitions (#127345) Update light.py Fix MOES Matter Light 1.0 following #113775 --- 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 471e776d6be..72d06f4b9f1 100644 --- a/homeassistant/components/matter/light.py +++ b/homeassistant/components/matter/light.py @@ -67,6 +67,7 @@ TRANSITION_BLOCKLIST = ( (5010, 769, "3.0", "1.0.0"), (5130, 544, "v0.4", "6.7.196e9d4e08-14"), (5127, 4232, "ver_0.1", "v1.00.51"), + (5245, 1412, "1.0", "1.0.21"), )