Updated BraviaTV docs to show example bravia.conf (#662)

If you have the details for pairing the TV already then it's possible to specify these manually. Details now in the documentation.
This commit is contained in:
Neil Lathwood 2016-07-19 20:41:22 +01:00 committed by Fabian Affolter
parent b0d572ee0f
commit bfcdcaa838

View File

@ -33,3 +33,8 @@ Configuration variables:
- **host** (*Required*): The IP of the Sony Bravia TV, eg. 192.168.0.10
- **name** (*Optional*): The name to use on the frontend.
You are also able to configure the TV manually by placing a `bravia.conf` file in your `.homeassistant` config directory with the following information - please update the details to match your setup:
```json
{"192.168.0.10": {"pin": "7745", "mac": "ac:1e:0a:e1:0c:01"}}
```