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
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: page
3
-
title: "LG WebOS TV"
4
-
description: "Instructions how to integrate a LG WebOS TV within Home Assistant."
3
+
title: "LG webOS Smart TV"
4
+
description: "Instructions how to integrate a LG webOS Smart TV within Home Assistant."
5
5
date: 2016-04-18 23:24
6
6
sidebar: true
7
7
comments: false
@@ -13,7 +13,7 @@ ha_iot_class: "Local Polling"
13
13
ha_release: 0.18
14
14
---
15
15
16
-
The `webostv` platform allows you to control a [LG](http://www.lg.com) WebOS Smart TV.
16
+
The `webostv` platform allows you to control a [LG](http://www.lg.com/) webOS Smart TV.
17
17
18
18
When the TV is first connected, you will need to accept Home Assistant on the TV to allow communication.
19
19
@@ -27,12 +27,14 @@ media_player:
27
27
28
28
Configuration variables:
29
29
30
-
- **host** (*Optional*): The IP of the LG WebOS Smart TV, eg. 192.168.0.10
31
-
- **name** (*Optional*): The name you would like to give to the LG WebOS Smart TV.
30
+
- **host** (*Optional*): The IP of the LG webOS Smart TV, e.g. `192.168.0.10`.
31
+
- **mac** (*Optional*): The MAC address of the TV, e.g. `C8:08:E9:99:99:1A`.
32
+
- **name** (*Optional*): The name you would like to give to the LG webOS Smart TV.
32
33
- **customize** array (*Optional*): List of options to customize.
33
34
- ***sources** array (*Optional*): List of hardware inputs.
34
35
35
-
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`.
36
+
If you do not specify `host:`, all LG webOS Smart TVs within your network will be auto-discovered if they use the default name setting of `[LG] webOS TV`.
37
+
Home Assistant is able to turn on a LG webOS Smart TV if you specify its MAC address with `mac:`. Some models require the **Mobile TV On** setting and/or a wired network connection to use Wake-on-LAN.
36
38
37
39
A full configuration example will look like the sample below:
38
40
@@ -41,6 +43,7 @@ A full configuration example will look like the sample below:
0 commit comments