mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add missing configuration variables
This commit is contained in:
parent
ff3b39f744
commit
6f9e234ee6
@ -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…
x
Reference in New Issue
Block a user