Execute single press on Aqara H2 EU Dimmer when no action detected
This commit is contained in:
@@ -123,7 +123,7 @@ action:
|
|||||||
# --- SINGLE PRESS ---
|
# --- SINGLE PRESS ---
|
||||||
- conditions:
|
- conditions:
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: "{{ action_type == 'single' }}"
|
value_template: "{{ action_type == 'single' or action_type == '' or action_type is none }}"
|
||||||
sequence:
|
sequence:
|
||||||
- choose:
|
- choose:
|
||||||
- conditions:
|
- conditions:
|
||||||
|
|||||||
Reference in New Issue
Block a user