mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Extend the blocklist for Matter transitions with more models (#118038)
This commit is contained in:
parent
d4acd86819
commit
23597a8cdf
@ -52,7 +52,10 @@ DEFAULT_TRANSITION = 0.2
|
||||
# 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"),
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user