From 4ce4f0ae032148f521bf547bfe180341428447f4 Mon Sep 17 00:00:00 2001 From: Christian Andersen Date: Wed, 24 Jun 2026 22:58:32 +0200 Subject: [PATCH] Add hold and hold released action to Aqara H2 EU 1-switch --- .../blueprints/zigbee2mqtt-aqara-h2-eu-1-switch.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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 31fee53..b262a85 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 @@ -25,3 +25,11 @@ buttons: conditions: - key: payload value: double_down + - title: hold + conditions: + - key: payload + value: hold_down + - title: hold (released) + conditions: + - key: payload + value: release_down