Configure automation with Harmony Hub

Hello,

I have my harmony integration with Hassio running and I can enable some activities. The only problem is that I am not able to send any other commands. I tried everything but without any results. Hope someone can help?

  action:
    - service: remote.send_command
      data:
        entity_id: remote.woonkamer
        command: 
          - VolumeDown
        device: 10355455

Hi Bram,

Maybe a little late, but I found a solution.

This syntax seems to work:

  action:     
    data:
      entity_id: remote.livingroom_2
      command:
        - PowerToggle
      device: 46809977
    service: remote.send_command