From 61d7d82776d1c36d3fd5dbc1be7c433f574bef2e Mon Sep 17 00:00:00 2001 From: Albert Lee Date: Sat, 17 Dec 2016 12:34:28 -0600 Subject: [PATCH] Use Wake-on-LAN to turn on Panasonic Viera TV (#1558) --- source/_components/media_player.panasonic_viera.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_components/media_player.panasonic_viera.markdown b/source/_components/media_player.panasonic_viera.markdown index e85e935bc90..045409abdf8 100644 --- a/source/_components/media_player.panasonic_viera.markdown +++ b/source/_components/media_player.panasonic_viera.markdown @@ -24,6 +24,8 @@ Currently known supported models: 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). +Some Panasonic Viera TVs allow Home Assistant to turn them on, if you specify the MAC address with `mac:`. + To add a TV to your installation, add the following to your `configuration.yaml` file: ```yaml @@ -36,5 +38,6 @@ media_player: Configuration variables: - **host** (*Required*): The IP of the Panasonic Viera TV, e.g. `192.168.0.10`. -- **port** (*Optional*): The port of your Panasonic Viera TV. Defaults to `55000`. +- **port** (*Optional*): The port number of your Panasonic Viera TV. Defaults to `55000`. +- **mac** (*Optional*): The MAC address of your Panasonic Viera TV, e.g. `AA:BB:CC:DD:99:1A`. - **name** (*Optional*): The name you would like to give to the Panasonic Viera TV.