LG Netcast
The lg_netcast
platform allows you to control a LG Smart TV running NetCast 3.0 (LG Smart TV models released in 2012) and NetCast 4.0 (LG Smart TV models released in 2013). For the new LG WebOS TV’s use the webostv platform.
To add a LG TV to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
media_player:
- platform: lg_netcast
host: IP_ADDRESS
Configuration Variables
Defines an action to turn the TV on.
To get the access token for your TV configure the lg_netcast
platform in Home Assistant without the access_token
.
After starting Home Assistant the TV will display the access token on screen.
Just add the token to your configuration and restart Home Assistant and the media player integration for your LG TV will show up.
The access token will not change until you factory reset your TV.
Advanced configuration
The example below shows how you can use the turn_on_action
# Example configuration.yaml entry
media_player:
- platform: lg_netcast
host: 192.168.0.20
turn_on_action:
service: switch.turn_on
target:
entity_id: switch.tv_switch
Help us to improve our documentation
Suggest an edit to this page, or provide/view feedback for this page.
Suggest an edit to this page, or provide/view feedback for this page.