A/C toggle input boolean using harmony IR

Im using Harmony Hub and have a Window A/C I can control via Harmony app but am trying to tie it into HA with a toggle switch(input boolean).

I can activate it with the followingaC

but cant figure out the proper config to make this work

Thanks in advance for any help!

Looks like you’ve got it right, with a couple of assumptions.
I assume that your harmony remote is known as remote.input_select_harmony, and that you got the deviceid from the file harmony.input_select_harmony.conf. I also assume that PowerToggle is a command for this device in the .conf file.

I just tested this with my harmony, and the following service data successfully sent the pause command to my google tv.

{
"entity_id":"remote.lrharmony",
"command":"pause",
"device":"45649475"
}