Include Emby ssl parameter and fix host info. (#1386)
This commit is contained in:
parent
329207e900
commit
3e47ffb1e1
1 changed files with 3 additions and 2 deletions
|
@ -22,12 +22,13 @@ To add Emby to your installation, add the following to your `configuration.yaml`
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
media_player:
|
media_player:
|
||||||
- platform: emby
|
- platform: emby
|
||||||
host: http://192.168.11.5
|
host: 192.168.11.5
|
||||||
api_key: "emby_api_key"
|
api_key: "emby_api_key"
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **host** (*Required*): The host name or address of the device that is running Emby, either http or https.
|
- **host** (*Required*): The host name or address of the device that is running Emby.
|
||||||
- **api_key** (*Requred*): The api-key you would like home-assistant to use to authenticate.
|
- **api_key** (*Requred*): The api-key you would like home-assistant to use to authenticate.
|
||||||
|
- **ssl** (*Optional*): True if you want to connect with https. Be sure to set the port also.
|
||||||
- **port** (*Optional*): The port number. Defaults to 8096.
|
- **port** (*Optional*): The port number. Defaults to 8096.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue