mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 10:56:49 +00:00
Add more details for the PR
This commit is contained in:
parent
9c28c225b6
commit
94a19432f1
@ -14,6 +14,10 @@ ha_release: 0.23
|
|||||||
|
|
||||||
The `braviatv` platform allows you to control a [Sony Bravia TV](http://www.sony.com).
|
The `braviatv` platform allows you to control a [Sony Bravia TV](http://www.sony.com).
|
||||||
|
|
||||||
|
Almost all [Sony Bravia TV 2013 and newer](http://info.tvsideview.sony.net/en_ww/home_device.html#bravia) are supported.
|
||||||
|
|
||||||
|
You will need to configure your TV to allow the Home Assistant for remote usage. To do that, ensure that your TV is turned on. Open the configuration popup on Home Assistant and enter a random PIN (for example 0000). After that, the TV will show you a PIN and Home Assistant will allow you to re-enter that PIN. Enter the PIN shown on your TV and Home Assistant will be able to control your Sony Bravia TV.
|
||||||
|
|
||||||
To add a TV to your installation, add the following to your `configuration.yaml` file:
|
To add a TV to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@ -21,9 +25,11 @@ To add a TV to your installation, add the following to your `configuration.yaml`
|
|||||||
media_player:
|
media_player:
|
||||||
platform: braviatv
|
platform: braviatv
|
||||||
host: 192.168.0.10
|
host: 192.168.0.10
|
||||||
|
name: Living Room TV
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **host** (*Required*): The IP of the Sony Bravia TV, eg. 192.168.0.10
|
- **host** (*Required*): The IP of the Sony Bravia TV, eg. 192.168.0.10
|
||||||
|
- **name** (*Optional*): The name to use on the frontend.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user