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:
parent
b0d572ee0f
commit
bfcdcaa838
1 changed files with 5 additions and 0 deletions
|
@ -33,3 +33,8 @@ 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.
|
- **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"}}
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue