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:
Philipp Schmitt 2017-02-06 08:10:21 +01:00 committed by Fabian Affolter
parent c91fb86568
commit faff9c90a0
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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: