I have emulated my Harmony Hub Remote into a Lovelace page, and when I am trying to navigate through my TV Guide using my arrow keys, I have to wait approx. 1 second between taps so the underlying script will trigger again. If i press too quickly, it appears as though 1 or 2 of those extra taps do not register as it seems to wait for the script to complete before the button becomes active again to press.
Is there any way i can get this to work so quick taps activate the script everytime. Below is the code for the button.
entity: script.1560755214060
hold_action:
action: more-info
icon: 'mdi:arrow-up-bold'
icon_height: 53px
show_icon: true
show_name: false
size: 30%
tap_action:
action: toggle
type: 'custom:button-card'
thanks in advance
Sean.
1 post - 1 participant