Update Emby docs (#2274)

* Update Emby docs

* Make SSL and port configuration more clear

* Variable clarifications.
This commit is contained in:
John Mihalic 2017-03-24 16:06:48 -04:00 committed by Fabian Affolter
parent 065a2d6bf4
commit aa626f80b5

View File

@ -10,7 +10,7 @@ footer: true
logo: emby.png logo: emby.png
ha_category: Media Player ha_category: Media Player
ha_release: "0.32" ha_release: "0.32"
ha_iot_class: "Local Polling" ha_iot_class: "Local Push"
--- ---
@ -28,7 +28,8 @@ media_player:
Configuration variables: 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. - **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. - **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. - **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.