From aa626f80b5dedc9b67de5464d256a91b9109b46e Mon Sep 17 00:00:00 2001 From: John Mihalic Date: Fri, 24 Mar 2017 16:06:48 -0400 Subject: [PATCH] Update Emby docs (#2274) * Update Emby docs * Make SSL and port configuration more clear * Variable clarifications. --- source/_components/media_player.emby.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/_components/media_player.emby.markdown b/source/_components/media_player.emby.markdown index 89f2c9605d5..ca77cbde1a3 100644 --- a/source/_components/media_player.emby.markdown +++ b/source/_components/media_player.emby.markdown @@ -10,7 +10,7 @@ footer: true logo: emby.png ha_category: Media Player ha_release: "0.32" -ha_iot_class: "Local Polling" +ha_iot_class: "Local Push" --- @@ -28,7 +28,8 @@ media_player: Configuration variables: -- **host** (*Required*): The host name or address of the device that is running Emby. +- **host** (*Optional*): The host name or address of the device that is running Emby. Defaults to ```localhost```. - **api_key** (*Required*): 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. +- **ssl** (*Optional*): True if you want to connect with https/wss. Your SSL certificate must be valid. Default is False. +- **port** (*Optional*): The port number. Defaults to 8096 with SSL set to False and 8920 with SSL set to True. +- **auto_hide** (*Optional*): True if you want to automatically hide devices that are unavailable from the Home Assistant Interface. Defaults to False.