Add missing configuration variables
This commit is contained in:
parent
ff3b39f744
commit
6f9e234ee6
1 changed files with 4 additions and 0 deletions
|
@ -24,13 +24,17 @@ To add a TV to your installation, add the following to your `configuration.yaml`
|
||||||
media_player:
|
media_player:
|
||||||
platform: samsungtv
|
platform: samsungtv
|
||||||
host: 192.168.0.10
|
host: 192.168.0.10
|
||||||
|
port: 55000
|
||||||
name: Living Room TV
|
name: Living Room TV
|
||||||
|
timeout: 2
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **host** (*Required*): The IP of the Samsung Smart TV, eg. 192.168.0.10
|
- **host** (*Required*): The IP of the Samsung Smart TV, eg. 192.168.0.10
|
||||||
|
- **port** (*Optional*): The port of the Samsung Smart TV. Defaults to 55000.
|
||||||
- **name** (*Optional*): The name you would like to give to the Samsung Smart TV.
|
- **name** (*Optional*): The name you would like to give to the Samsung Smart TV.
|
||||||
|
- **timeout** (*Optional*): The time-out for the communication with the TV. Defaults to 0.
|
||||||
|
|
||||||
|
|
||||||
Currently known supported models:
|
Currently known supported models:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue