mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
webostv: Add documentation for the filename config (#1951)
* notify.webostv and media_player.webostv: Add documentation for the filename configuration * Remove line breaks
This commit is contained in:
parent
c91fb86568
commit
faff9c90a0
@ -30,6 +30,7 @@ Configuration variables:
|
||||
- **host** (*Optional*): The IP of the LG webOS Smart TV, e.g. `192.168.0.10`.
|
||||
- **mac** (*Optional*): The MAC address of the TV, e.g. `C8:08:E9:99:99:1A`.
|
||||
- **name** (*Optional*): The name you would like to give to the LG webOS Smart TV.
|
||||
- **filename** (*Optional*): The filename where the pairing key with the TV should be stored. This path is relative to Home Assistant's config directory. It defaults to `webostv.conf`.
|
||||
- **customize** array (*Optional*): List of options to customize.
|
||||
- ***sources** array (*Optional*): List of hardware inputs.
|
||||
|
||||
@ -45,6 +46,7 @@ media_player:
|
||||
host: 192.168.0.10
|
||||
mac: C8:08:E9:99:99:1A
|
||||
name: Living Room TV
|
||||
filename: webostv.conf
|
||||
customize:
|
||||
sources:
|
||||
- livetv
|
||||
|
@ -25,12 +25,14 @@ notify:
|
||||
- platform: webostv
|
||||
host: 192.168.0.112
|
||||
name: livingroom_tv
|
||||
filename: webostv.conf
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** (*Required*): The IP of the LG WebOS Smart TV, e.g. 192.168.0.10
|
||||
- **name** (*Required*): The name you would like to give to the LG WebOS Smart TV.
|
||||
- **filename** (*Optional*): The filename where the pairing key with the TV should be stored. This path is relative to Home Assistant's config directory. It defaults to `webostv.conf`.
|
||||
|
||||
A possible automation could be:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user