Hello everyone, I have a question: I want to set up video automation so that it starts on TV every 20 minutes. Using File Editor, I uploaded the desired video to HA, made it start automatically using the command:
data:
entity_id: media_player.lg_webos_tv_55uj634v_zd
command: system.launcher/open
payload:
target: http://192.168.1.xxx :8123/local/video .mp4
action: webostv.command
The problem is that the video opens in the browser, and the browser has a top panel with an address bar, tabs and buttons, it has a full-screen button, but it is not tied to the buttons on the remote (I thought I could emulate pressing the button to open it in full screen). Tell me, how can I make the browser open the video in full screen?