Skip to content

Commit 30b16d1

Browse files
committed
Add customization options
1 parent 9840ee2 commit 30b16d1

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

source/_components/media_player.webostv.markdown

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,21 @@ To add a TV to your installation, add the following to your `configuration.yaml`
2222
```yaml
2323
# Example configuration.yaml entry
2424
media_player:
25-
platform: webostv
26-
host: 192.168.0.10
27-
name: Living Room TV
25+
- platform: webostv
26+
host: 192.168.0.10
27+
name: Living Room TV
28+
customize:
29+
sources:
30+
- livetv
31+
- youtube
32+
- makotv
2833
```
2934
3035
Configuration variables:
3136
3237
- **host** (*Optional*): The IP of the LG WebOS Smart TV, eg. 192.168.0.10
3338
- **name** (*Optional*): The name you would like to give to the LG WebOS Smart TV.
39+
- **customize** array (*Optional*): List of options to customize.
40+
- ***sources** array (*Optional*): List of hardware inputs.
3441
3542
If you do not provide a host name, all LG WebOS Smart TV's within your network will be auto-discovered if your TV network name is set to `[LG] webOS TV`

0 commit comments

Comments
 (0)