mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
add vieratv documentation
This commit is contained in:
parent
19725ab757
commit
df6a6701fa
38
source/_components/media_player.vieratv.markdown
Normal file
38
source/_components/media_player.vieratv.markdown
Normal file
@ -0,0 +1,38 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Panasonic Viera TV"
|
||||
description: "Instructions on how to integrate a Panasonic Viera TV into Home Assistant."
|
||||
date: 2016-03-17 13:04
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: Panasonic.png
|
||||
ha_category: Media Player
|
||||
featured: false
|
||||
---
|
||||
|
||||
The `vieratv` platform allows you to control a Panasonic Viera TV.
|
||||
|
||||
To add a TV to your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
media_player:
|
||||
platform: vieratv
|
||||
host: 192.168.0.10
|
||||
port: 55000
|
||||
name: Living Room TV
|
||||
```
|
||||
|
||||
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`
|
||||
- **name** *Optional*: The name you would like to give to the Panasonic Viera TV.
|
||||
|
||||
Currently known supported models:
|
||||
|
||||
- TX-P42STW50
|
||||
|
||||
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/balloob/home-assistant.io).
|
BIN
source/images/supported_brands/panasonic.png
Normal file
BIN
source/images/supported_brands/panasonic.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
Loading…
x
Reference in New Issue
Block a user