From b3b6acff4e0465e367fd5fe2881d6251dc987d7e Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Mon, 3 Aug 2026 22:37:58 +0100 Subject: [PATCH] Execute single press on Aqara H2 EU Dimmer when no action detected --- aqara-h2-eu-dimmer-z2m-light-control.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqara-h2-eu-dimmer-z2m-light-control.yaml b/aqara-h2-eu-dimmer-z2m-light-control.yaml index 068525f..943b99a 100644 --- a/aqara-h2-eu-dimmer-z2m-light-control.yaml +++ b/aqara-h2-eu-dimmer-z2m-light-control.yaml @@ -123,7 +123,7 @@ action: # --- SINGLE PRESS --- - conditions: - condition: template - value_template: "{{ action_type == 'single' }}" + value_template: "{{ action_type == 'single' or action_type == '' or action_type is none }}" sequence: - choose: - conditions: