Skip to content

Commit 3e47ffb

Browse files
mezz64fabaff
authored andcommitted
Include Emby ssl parameter and fix host info. (#1386)
1 parent 329207e commit 3e47ffb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/_components/media_player.emby.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ To add Emby to your installation, add the following to your `configuration.yaml`
2222
# Example configuration.yaml entry
2323
media_player:
2424
- platform: emby
25-
host: http://192.168.11.5
25+
host: 192.168.11.5
2626
api_key: "emby_api_key"
2727
```
2828
2929
Configuration variables:
3030
31-
- **host** (*Required*): The host name or address of the device that is running Emby, either http or https.
31+
- **host** (*Required*): The host name or address of the device that is running Emby.
3232
- **api_key** (*Requred*): The api-key you would like home-assistant to use to authenticate.
33+
- **ssl** (*Optional*): True if you want to connect with https. Be sure to set the port also.
3334
- **port** (*Optional*): The port number. Defaults to 8096.

0 commit comments

Comments
 (0)