LG WebOS navigation buttons

Hello,

I’ve setup LG WebOS component “webostv” and it works great, however I would like to ask if there are options to control other features than the current “source” and “channel up/down”. In particular I’m looking for navigation buttons like left, right, up, down, play, pause.

Kind regards,

Hi take a look here. It’s a list of all known commands which can be called on your webosTV like this:

service: webostv.command
  data:
    entity_id:  media_player.lg_tv # name of your TV
    command: "media.controls/rewind" # one of the commands from the link above - 

Should work, try that