You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/media_player.webostv.markdown
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ Configuration variables:
30
30
- **host** (*Optional*): The IP of the LG webOS Smart TV, e.g. `192.168.0.10`.
31
31
- **mac** (*Optional*): The MAC address of the TV, e.g. `C8:08:E9:99:99:1A`.
32
32
- **name** (*Optional*): The name you would like to give to the LG webOS Smart TV.
33
+
- **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`.
33
34
- **customize** array (*Optional*): List of options to customize.
34
35
- ***sources** array (*Optional*): List of hardware inputs.
Copy file name to clipboardExpand all lines: source/_components/notify.webostv.markdown
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,14 @@ notify:
25
25
- platform: webostv
26
26
host: 192.168.0.112
27
27
name: livingroom_tv
28
+
filename: webostv.conf
28
29
```
29
30
30
31
Configuration variables:
31
32
32
33
- **host** (*Required*): The IP of the LG WebOS Smart TV, e.g. 192.168.0.10
33
34
- **name** (*Required*): The name you would like to give to the LG WebOS Smart TV.
35
+
- **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`.
0 commit comments