mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Add Matter Leedarson RGBTW Bulb to the transition blocklist (#123182)
This commit is contained in:
parent
f2d99cb059
commit
a6dfa6d4e0
@ -51,18 +51,19 @@ DEFAULT_TRANSITION = 0.2
|
||||
# hw version (attributeKey 0/40/8)
|
||||
# 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, 24875, "1.0", "27.0"),
|
||||
(4999, 25057, "1.0", "27.0"),
|
||||
(4448, 36866, "V1", "V1.0.0.5"),
|
||||
(5009, 514, "1.0", "1.0.0"),
|
||||
(4107, 8475, "v1.0", "v1.0"),
|
||||
(4107, 8550, "v1.0", "v1.0"),
|
||||
(4107, 8551, "v1.0", "v1.0"),
|
||||
(4107, 8656, "v1.0", "v1.0"),
|
||||
(4107, 8571, "v1.0", "v1.0"),
|
||||
(4107, 8656, "v1.0", "v1.0"),
|
||||
(4448, 36866, "V1", "V1.0.0.5"),
|
||||
(4456, 1011, "1.0.0", "2.00.00"),
|
||||
(4488, 260, "1.0", "1.0.0"),
|
||||
(4488, 514, "1.0", "1.0.0"),
|
||||
(4999, 24875, "1.0", "27.0"),
|
||||
(4999, 25057, "1.0", "27.0"),
|
||||
(5009, 514, "1.0", "1.0.0"),
|
||||
(5010, 769, "3.0", "1.0.0"),
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user