4848    TOGGLE ,
4949)
5050from  zhaquirks .ikea  import  (
51-     COMMAND_SHORTCUT_V1 ,
5251    IKEA ,
5352    IKEA_CLUSTER_ID ,
5453    WWAH_CLUSTER_ID ,
@@ -153,7 +152,6 @@ class IkeaSymfoniskGen2v1(CustomDevice):
153152                    PollControl .cluster_id ,
154153                    LightLink .cluster_id ,
155154                    WWAH_CLUSTER_ID ,
156-                     ShortcutV1Cluster ,
157155                ],
158156                OUTPUT_CLUSTERS : [
159157                    Identify .cluster_id ,
@@ -174,27 +172,27 @@ class IkeaSymfoniskGen2v1(CustomDevice):
174172    device_automation_triggers .update (
175173        {
176174            (SHORT_PRESS , BUTTON_1 ): {
177-                 COMMAND : COMMAND_SHORTCUT_V1 ,
175+                 COMMAND : ShortcutV1Cluster . ServerCommandDefs . shortcut_v1_events . name ,
178176                PARAMS : {"shortcut_button" : 1 , "shortcut_event" : 1 },
179177            },
180178            (DOUBLE_PRESS , BUTTON_1 ): {
181-                 COMMAND : COMMAND_SHORTCUT_V1 ,
179+                 COMMAND : ShortcutV1Cluster . ServerCommandDefs . shortcut_v1_events . name ,
182180                PARAMS : {"shortcut_button" : 1 , "shortcut_event" : 2 },
183181            },
184182            (LONG_PRESS , BUTTON_1 ): {
185-                 COMMAND : COMMAND_SHORTCUT_V1 ,
183+                 COMMAND : ShortcutV1Cluster . ServerCommandDefs . shortcut_v1_events . name ,
186184                PARAMS : {"shortcut_button" : 1 , "shortcut_event" : 3 },
187185            },
188186            (SHORT_PRESS , BUTTON_2 ): {
189-                 COMMAND : COMMAND_SHORTCUT_V1 ,
187+                 COMMAND : ShortcutV1Cluster . ServerCommandDefs . shortcut_v1_events . name ,
190188                PARAMS : {"shortcut_button" : 2 , "shortcut_event" : 1 },
191189            },
192190            (DOUBLE_PRESS , BUTTON_2 ): {
193-                 COMMAND : COMMAND_SHORTCUT_V1 ,
191+                 COMMAND : ShortcutV1Cluster . ServerCommandDefs . shortcut_v1_events . name ,
194192                PARAMS : {"shortcut_button" : 2 , "shortcut_event" : 2 },
195193            },
196194            (LONG_PRESS , BUTTON_2 ): {
197-                 COMMAND : COMMAND_SHORTCUT_V1 ,
195+                 COMMAND : ShortcutV1Cluster . ServerCommandDefs . shortcut_v1_events . name ,
198196                PARAMS : {"shortcut_button" : 2 , "shortcut_event" : 3 },
199197            },
200198        },
0 commit comments