From f647ce4696fab162c36d193541f67220a9b8f4eb Mon Sep 17 00:00:00 2001 From: John Date: Tue, 1 Nov 2016 22:44:43 -0400 Subject: [PATCH] Include Emby ssl parameter and fix host info. --- source/_components/media_player.emby.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/_components/media_player.emby.markdown b/source/_components/media_player.emby.markdown index 472a2b8f9a19..f4149dc46815 100644 --- a/source/_components/media_player.emby.markdown +++ b/source/_components/media_player.emby.markdown @@ -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.