Skip to content

Commit 61d7d82

Browse files
triskfabaff
authored andcommitted
Use Wake-on-LAN to turn on Panasonic Viera TV (home-assistant#1558)
1 parent 220ff1b commit 61d7d82

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/_components/media_player.panasonic_viera.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Currently known supported models:
2424

2525
If your model is not on the list then give it a test, if everything works correctly then add it to the list on [GitHub](https://github.com/home-assistant/home-assistant.io).
2626

27+
Some Panasonic Viera TVs allow Home Assistant to turn them on, if you specify the MAC address with `mac:`.
28+
2729
To add a TV to your installation, add the following to your `configuration.yaml` file:
2830

2931
```yaml
@@ -36,5 +38,6 @@ media_player:
3638
Configuration variables:
3739
3840
- **host** (*Required*): The IP of the Panasonic Viera TV, e.g. `192.168.0.10`.
39-
- **port** (*Optional*): The port of your Panasonic Viera TV. Defaults to `55000`.
41+
- **port** (*Optional*): The port number of your Panasonic Viera TV. Defaults to `55000`.
42+
- **mac** (*Optional*): The MAC address of your Panasonic Viera TV, e.g. `AA:BB:CC:DD:99:1A`.
4043
- **name** (*Optional*): The name you would like to give to the Panasonic Viera TV.

0 commit comments

Comments
 (0)