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.