mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Fix copy paste issue leaving one device trigger with a wrong subtype (#71121)
This commit is contained in:
parent
c1bbcfd275
commit
47d19b3967
@ -403,7 +403,7 @@ AQARA_OPPLE_4_BUTTONS = {
|
||||
AQARA_OPPLE_6_BUTTONS_MODEL = "lumi.remote.b686opcn01"
|
||||
AQARA_OPPLE_6_BUTTONS = {
|
||||
**AQARA_OPPLE_4_BUTTONS,
|
||||
(CONF_LONG_PRESS, CONF_DIM_DOWN): {CONF_EVENT: 5001},
|
||||
(CONF_LONG_PRESS, CONF_LEFT): {CONF_EVENT: 5001},
|
||||
(CONF_SHORT_RELEASE, CONF_LEFT): {CONF_EVENT: 5002},
|
||||
(CONF_LONG_RELEASE, CONF_LEFT): {CONF_EVENT: 5003},
|
||||
(CONF_DOUBLE_PRESS, CONF_LEFT): {CONF_EVENT: 5004},
|
||||
|
Loading…
x
Reference in New Issue
Block a user