Skip to content

Use Wake-on-LAN to turn on Panasonic Viera TV #1558

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 17, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion source/_components/media_player.panasonic_viera.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.