From 0ae49036866ef4b3fd9d2b9998bc41fd8df3b879 Mon Sep 17 00:00:00 2001 From: dubstomp <156379311+dubstomp@users.noreply.github.com> Date: Mon, 17 Jun 2024 02:31:18 -0700 Subject: [PATCH] Add Kasa Dimmer to Matter TRANSITION_BLOCKLIST (#119751) --- 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 89400c98989..007bcd1a33a 100644 --- a/homeassistant/components/matter/light.py +++ b/homeassistant/components/matter/light.py @@ -56,6 +56,7 @@ TRANSITION_BLOCKLIST = ( (5010, 769, "3.0", "1.0.0"), (4999, 25057, "1.0", "27.0"), (4448, 36866, "V1", "V1.0.0.5"), + (5009, 514, "1.0", "1.0.0"), )