Skip to content

Commit

Permalink
Extend the blocklist for Matter transitions with more models (#118038)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed May 24, 2024
1 parent d4acd86 commit 23597a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions homeassistant/components/matter/light.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@
# sw version (attributeKey 0/40/10)
TRANSITION_BLOCKLIST = (
(4488, 514, "1.0", "1.0.0"),
(4488, 260, "1.0", "1.0.0"),
(5010, 769, "3.0", "1.0.0"),
(4999, 25057, "1.0", "27.0"),
(4448, 36866, "V1", "V1.0.0.5"),
)


Expand Down

0 comments on commit 23597a8

Please sign in to comment.