I’m creating a media control dashboard for my audio and I’m struggling with setting up a button for pairing Bluetooth devices using my Harmony Hub. The amp is a Yamaha R-S2020 and to initiate Bluetooth pairing you either press and hold the input selection direction button on the amp or you press and hold DirectionUp on the remote control. On the Harmony interface, if you press and hold the DirectionUp icon, it also works. I can’t seem to set the HA Logitech integration to send a “hold” command. I’ve tried numerous repeat/delay settings as well as changing the hold time up and down. When sending repeating commands, I can see the Harmony Hub indicator light flash but when using the hold, the indicator does nothing.
Script is:
alias: Pair
data:
device: “82464983”
command: DirectionUp
hold_secs: 5
action: remote.send_command
target:
entity_id: remote.home
I also tried creating the Pair command as a missing command in the Harmony Hub software but that doesn’t work either.
Any suggestions?
Other commands work fine, here is an example for volume up in 5 steps:
data:
device: “82464983”
command: VolumeUp
num_repeats: 5
action: remote.send_command
target:
entity_id: remote.home