diff --git a/custom_components/switch_manager/blueprints/zigbee2mqtt-aqara-h2-eu-1-switch.yaml b/custom_components/switch_manager/blueprints/zigbee2mqtt-aqara-h2-eu-1-switch.yaml index 8540737..31fee53 100644 --- a/custom_components/switch_manager/blueprints/zigbee2mqtt-aqara-h2-eu-1-switch.yaml +++ b/custom_components/switch_manager/blueprints/zigbee2mqtt-aqara-h2-eu-1-switch.yaml @@ -21,3 +21,7 @@ buttons: conditions: - key: payload value: single_down + - title: press 2x + conditions: + - key: payload + value: double_down diff --git a/custom_components/switch_manager/blueprints/zigbee2mqtt-aqara-h2-eu-2-switch.yaml b/custom_components/switch_manager/blueprints/zigbee2mqtt-aqara-h2-eu-2-switch.yaml index fe5aac6..26afc81 100644 --- a/custom_components/switch_manager/blueprints/zigbee2mqtt-aqara-h2-eu-2-switch.yaml +++ b/custom_components/switch_manager/blueprints/zigbee2mqtt-aqara-h2-eu-2-switch.yaml @@ -30,6 +30,10 @@ buttons: conditions: - key: payload value: single_left_down + - title: press 2x + conditions: + - key: payload + value: double_left_down - x: 104 y: 104 width: 81 @@ -39,3 +43,7 @@ buttons: conditions: - key: payload value: single_right_down + - title: press 2x + conditions: + - key: payload + value: double_right_down