Hi,
I’m trying to be able to activate gui full screen mode from Home Assistant, but it doesn’t work.
I’ve checked the home assistant logs and kodi logs and nothing. Heres my config:
script:
#################################################################################
# #
# Temporary Kodi Full Screen Test #
# #
#################################################################################
temp_kodi_fullscreen:
alias: "kodi full screen testing"
sequence:
- service: kodi.call_method
target:
entity_id: media_player.lounge_kodi
data:
method: GUI.SetFullscreen
params:
fullscreen: toggle
Any pointers would be awesome