in theory it works. TV turns on, youtube start, however instead of video, I get the youtube welcome screen asking ‘who is watching? USER_A / guest / add user’
and i have to with my tv remote select it’s me then… my video starts playing. is there any way to avoid that ‘welcome screen’ from youtube app ?
I don’t know if it will be of any use to anybody but I made a Lovelace card, where you can paste the URL and it will play it on your screen. It is based on the Webos Keyboard Input which can be found in HACS.
I ran into the same issue and wanted a simple way to start a fireplace video on my TV (LG C2).
YouTube technically works, but the ads are annoying, and I also didn’t want to keep streaming 4K video for hours and unnecessarily load my ISP connection.
My solution was to use Home Assistant’s Chromecast integration:
I downloaded a fireplace video and stored it locally on my HA OS system in the /media folder.
I created a helper switch called fireplace.
When the switch is turned on, an automation starts the Chromecast and plays the local fireplace video.
When the switch is turned off, the automation turns the TV off again.
The result is fast, ad-free, and fully local playback — no internet connection required.