Add MOES Matter Light 1.0 to the blocklist for Matter transitions (#127345)

Update light.py

Fix MOES Matter Light 1.0 following #113775
This commit is contained in:
raphaeleduardo42 2024-10-03 05:22:11 -03:00 committed by GitHub
parent a2e4de2d0d
commit 131fdf6898
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"),
)