Skip to content

Include Emby ssl parameter and fix host info. #1386

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 2, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions source/_components/media_player.emby.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ To add Emby to your installation, add the following to your `configuration.yaml`
# Example configuration.yaml entry
media_player:
- platform: emby
host: http://192.168.11.5
host: 192.168.11.5
api_key: "emby_api_key"
```

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.
- **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.