mirror of
https://github.com/home-assistant/core.git
synced 2025-08-14 01:55:18 +02:00
Fix copy paste issue leaving one device trigger with a wrong subtype (#71121)
This commit is contained in:
@@ -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},
|
||||
|
Reference in New Issue
Block a user