diff --git a/source/_components/media_player.webostv.markdown b/source/_components/media_player.webostv.markdown index 6e75f6356d2..91b18f2c560 100644 --- a/source/_components/media_player.webostv.markdown +++ b/source/_components/media_player.webostv.markdown @@ -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 diff --git a/source/_components/notify.webostv.markdown b/source/_components/notify.webostv.markdown index 3c7a6113d20..24ab68a53a5 100644 --- a/source/_components/notify.webostv.markdown +++ b/source/_components/notify.webostv.markdown @@ -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: