I’ve gone through pages and pages about this exact same topic and have tried everything but I still cannot get my LG Webos TV to turn ON with HA. Once it is on, I have full control and can turn it off, just no “on”. All 3 settings on the TV are on (wake on lan, etc.). I did get it to turn one ONCE and that was because I restarted HA while the TV was on. What does that indicate? My configuration is as follows:
# LG TV
webostv:
host: 192.168.136.226
name: Living Room TV
turn_on_action:
service: wake_on_lan.send_magic_packet
data:
mac: "MAC:IS:HERE"
broadcast_address: "192.168.136.255"
broadcast_port: "9"
# service: persistent_notification.create
# data:
# message: "Turn on action"
customize:
sources:
- youtube
- netflix
I do also have the wake_on_lan: further down in the config. TV is on WiFi as there is no Ethernet anywhere in my house. The fact that it worked once tells me it’s possible…