Add Kasa Dimmer to Matter TRANSITION_BLOCKLIST (#119751)

This commit is contained in:
dubstomp
2024-06-17 02:31:18 -07:00
committed by GitHub
parent 1d873115f3
commit 0ae4903686

View File

@@ -56,6 +56,7 @@ TRANSITION_BLOCKLIST = (
(5010, 769, "3.0", "1.0.0"), (5010, 769, "3.0", "1.0.0"),
(4999, 25057, "1.0", "27.0"), (4999, 25057, "1.0", "27.0"),
(4448, 36866, "V1", "V1.0.0.5"), (4448, 36866, "V1", "V1.0.0.5"),
(5009, 514, "1.0", "1.0.0"),
) )