How to send keypresses to Kodi

Hi, I’m trying to add a “go to fullscreen playback mode” to my Kodi automations, to avoid situations where content plays but there’s UI over it. I have read the documentation but it’s WAY over my head. I don’t understand JSON RPC calls (I’m not a programmer) and am I’m frankly not willing to learn all this to send a single key press. If anyone can help, I’d really appreciate it. Thanks!

- service: kodi.call_method
  service_data:
    method: GUI.SetFullscreen
    fullscreen: true
    entity_id: media_player.kodi

There’s a lot more in this topic if you want a full remote in HA.

853bbb0fce0149f5d31303a84f4f29fd2248b04d_2_281x500

1 Like

awesome, thanks!