ZHA - IKEA Tradfri On/Off Switch

  • choose:
    • conditions:
      • ‘{{ command == ‘‘on’’ }}’
        sequence: !input ‘button_on_short’
    • conditions:
      • ‘{{ command == ‘‘off’’ }}’
        sequence: !input ‘button_off_short’
    • conditions:
      • ‘{{ command == ‘‘move_with_on_off’’ }}’
        sequence: !input ‘button_on_long’
    • conditions:
      • ‘{{ command == ‘‘move’’ }}’
        sequence: !input ‘button_off_long’

Hi
See the section choose,I deleted the middle sections of each conditions and then restarted HA.

4 Likes