Harmony Hub remote service

Hi, I have added Harmony to my HA but I can’t operate it
I want for example to have a button that turn on and off my Tv
This is my code, what am i doing wrong?

remote:
  - platform: harmony
    name: HarmonyHub
    host: 192.168.14.111
    service: remote.toggle
    data:       
      entity_id: remote.harmonyhub
      command:
        - PowerToggle
      device: Sharp TV
      delay_secs: 0.6

Thanks

remote is the configuration only, you need to look into switches

take a look here

if you don’t have activities, that link won’t help you. You’ll need to create scripts at that point.

I found this helpful

I cannot guarantee it is up to date.

1 Like

It looks up to date, definitely a good video for using the device side of harmony instead of the activities.

1 Like