Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richibrics/hasslgtv
Home Assistant component for LG Smart TV (2013 edition)
https://github.com/richibrics/hasslgtv
Last synced: 5 days ago
JSON representation
Home Assistant component for LG Smart TV (2013 edition)
- Host: GitHub
- URL: https://github.com/richibrics/hasslgtv
- Owner: richibrics
- Created: 2019-04-03T17:28:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T08:41:15.000Z (about 4 years ago)
- Last Synced: 2024-11-07T18:52:29.241Z (about 2 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HassLGTV
Home Assistant component for LG Smart TV (2013 edition)## Install LG Smart TV component
Install this component by downloading the lgsmarttv.py file from this repo.
Place it here ```/custom_components/lgsmarttv/{THE 2 DOWNLOADED .py FILES}``` on your Home Assistant instance.
## Configure your TV
Smart TV must be reachable by Home Assistant server then they should be connected on the same network.
To enable the plugin write add lgsmarttv component to media_players in your configuration file:
```
media_player:
- platform: lgsmarttv
client_secret:
client_address:
client_personal_id:
```
The configuration data are optional:
- If ```client_secret``` is left blank, your television will show the secret code in the lower right corner of the screen.
- If ```client_address``` is left blank, the component will search in your network for your television (better if television hasn't a static IP address). This option is useful if you have more than one compatible television.
- ```client_personal_id``` is used to recognise the entity in home assistant interface.