Power ON does not work anymore, my test HA installation I set up to 2025.10.2 and 16.2 and it still works. To be more specific: HACS remote https://github.com/madmicio/LG-WebOS-Remote-Control/tree/2.0.3 works on old installation, does not work on new version.
On both I have Wake on Lan integration that targets LG TV that is connected wia Ethernet
#LG webOS TV integration after updating to 2025.11 and 16.3
1 messages · Page 1 of 1 (latest)
I see in release https://www.home-assistant.io/blog/2025/11/05/release-202511/ that only mention to LG webOS TV is that its reached platinum, congrats
Something in 2025.11 causing media.player_webos to have status unavailable while 2025.10.2 shows for the same player off. This change is preventing option to turn on LG TV.
well yes, that was mentioned in the release notes...
as a breaking change
caused by this https://github.com/home-assistant/core/pull/155164
and there is also this https://github.com/home-assistant/core/issues/155884
@lean blaze thanks, I read LG webOS TV integration and saw about automation but there its stated there is an action: webostv.turn_on but I could not find that action to create automation, so that is why I used lovelace card, that seemed to do just that. Your second link explains that it is wrong in docs and that we need to use: Device requested to turn on and when I made that automation, lovelace is working again
Just came across this issue.
If the TV is currently on, HA looks like this
But If I turn it off (via OEM remote or even HA), then it "became unavailable" shortly after. Is this a configuration issue on my end?
@hard turret braking change in HA 2025.11
Add this to your automations, change device id and mac to your device
alias: Fox webOS TV turn on
description: Turn On Living Room TV with WakeOnLan
triggers:
- device_id: d1d603cdfb0b2cecef35c085920de60a
domain: webostv
type: webostv.turn_on
trigger: device
conditions: []
actions:
- action: wake_on_lan.send_magic_packet
metadata: {}
data:
broadcast_port: 9
mac: 74:c1:7e:45:7d:89
mode: single
it will revert to old behavior and when off will show off instead of unavailable
it says unknown device for me?
ohh im using entity ID
where do I get the device ID (im literally less than an hour into HA)
can't be done by entity, must be device, since there is no webostv.turn_on for entity
cant seem to find device ID lmao
@dapper flax is device ID something I get from the TV or HA interface?
sec
yes, you can copy and than switch to UI
send_magic_packet is from where? Is that a plugin or something I need to install?
only requirement is to have in configuration yaml one line
wake_on_lan:
add this below "default_config:"
or if it is easier for you, https://www.home-assistant.io/integrations/wake_on_lan/
I can do this but to what yaml file? The automation itself or a global one?
global one called configuration.yaml, but if you are just starting, go with integration
I'm not a noob to homelab stuff, just a newbie to this... i've got it in a docker, where the hell is configuration.yaml found ðŸ˜
don't know docker instalation, but should be config folder I think
You chose difficult path for Home Assistant
Really?
Docker is meant to be easier, no? 🤣
I don't think so, for me its much better VM or on bare metal HAOS, since all addons are easily configured from HA itself, but maybe I am wrong
I did VM on Proxmox for my setup and never regretted
Fairs
I've done this but doesnt seem to have worked
The automation "Fix webOS TV turn on" (automation.fix_webos_tv_turn_on) has an unknown action: wake_on_lan.send_magic_packet.
this definitely doesnt look right lmao
problem is that all addons for HAOS are dockers, so you will need to set all of them as separate dockers, but if you use HAOS as bare metal installation or some sort of virtualization like Proxmox, HAOS will load any addon as docker and connect to it, all by itself
yep, you can't add docker under docker
I'm just using it purely to bridge non-homekit stuff into homekit
and you will need a lot of them eventually
you will ditch homekit, really fast
🙂
you will go other way around, you will look integrations to put homekit in HA
Reason I'm checking this out, is because someone said you can have homekit <--> homeassistant compatibility - is that true?
Like can I "import" whats already on homekit into HA?
Cos my problem is, this is a VPS, not a home-lab. so I'm using TAP VPN to allow homebridge/homeassistant to "see" my network
so I dont think I can actually add these devices natively/directly into HomeAssistant due to the lack of it physically being in my house
can't help there, sorry
this is what I see as possible integrations for HA, search for them and check
there are couple HACS Tuya integrations, that you can check
did restart fixed automation?
^^
something from HACS that be of interest for you: https://github.com/hugobloem/stateful_scenes
ohh nice thank you
I'm deciding on whether or not I wanna try to move them all into HA natively. I only have a few devices actually in HomeKit natively (only Meross smart switches)
its just idk cos then I lose the ability to have location-based events, right?
or actually I've heard theres a HomeAssistant app, im guessing that can trigger location-related shit
out of my scope 🙂
yes for android and iphone, can do that
but before all that, decide if you really want to go docker way with HA, much more complicated that it needs to be and not many people that actually can help you troubleshoot
hi can i get some help setting up a new LG G5 Evo TV? I had my last LG C10 TV connected with Home Assistant
Hi did you get your TV working? I am trying to set up my new LG tv. need some help