Execute single press on Aqara H2 EU Dimmer when no action detected
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user