Use Harmony Elite (Inc. Hub) to control WeMo LEB Bulbs?

yes i read and looked at it. but still isnt clear to me. i set up a automation and used events (roku_command: left) as a trigger and nothing happend the i used (roku_command: page up) and nothing happned. i dont even know if the commands from the remote are even working because there is no test page that i know of.

its not volume up. its the key pad up. and several other buttons.

you test it through the dev tool → event page

subscribe to the roku_command event and click start listening. You’ll see all the events that appear.

post the code you used

does it match the docs example?

  - platform: event
    event_type: roku_command
    event_data:
      source_name: Home Assistant
      type: keypress
      key: Left

start listening is not on mine. why is that?

look below? It’s there. If not, turn off any special themes you’re using.

im not using special themes only dark.

full screenshot please.

sorry its there. i just seen your under dev tools

why cant you do this under automations? it would be a really nice feature.

why does that matter? Just open a second browser with the dev tools → events page open.

What does your trigger look like?

Event 3 fired 8:44 AM:

{
“event_type”: “roku_command”,
“data”: {
“source_name”: “Home Assistant”,
“type”: “keypress”,
“key”: “Left”
},

Ok, then it’s working and whatever trigger you set up is wrong. See my previous question.

thanks for the help i really appreciate it.

i have one more question maybe you know the answer. how do you get all the functions of the roku ultra remote on ha? the roku card doesnt have the keypad or the ok button.