- choose:
- conditions:
- ‘{{ command == ‘‘on’’ }}’
sequence: !input ‘button_on_short’
- ‘{{ command == ‘‘on’’ }}’
- conditions:
- ‘{{ command == ‘‘off’’ }}’
sequence: !input ‘button_off_short’
- ‘{{ command == ‘‘off’’ }}’
- conditions:
- ‘{{ command == ‘‘move_with_on_off’’ }}’
sequence: !input ‘button_on_long’
- ‘{{ command == ‘‘move_with_on_off’’ }}’
- conditions:
- ‘{{ command == ‘‘move’’ }}’
sequence: !input ‘button_off_long’
- ‘{{ command == ‘‘move’’ }}’
- conditions:
Hi
See the section choose,I deleted the middle sections of each conditions and then restarted HA.