Skip to content

Commit aa626f8

Browse files
mezz64fabaff
authored andcommitted
Update Emby docs (home-assistant#2274)
* Update Emby docs * Make SSL and port configuration more clear * Variable clarifications.
1 parent 065a2d6 commit aa626f8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/_components/media_player.emby.markdown

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ footer: true
1010
logo: emby.png
1111
ha_category: Media Player
1212
ha_release: "0.32"
13-
ha_iot_class: "Local Polling"
13+
ha_iot_class: "Local Push"
1414
---
1515

1616

@@ -28,7 +28,8 @@ media_player:
2828
2929
Configuration variables:
3030
31-
- **host** (*Required*): The host name or address of the device that is running Emby.
31+
- **host** (*Optional*): The host name or address of the device that is running Emby. Defaults to ```localhost```.
3232
- **api_key** (*Required*): The api-key you would like home-assistant to use to authenticate.
33-
- **ssl** (*Optional*): True if you want to connect with https. Be sure to set the port also.
34-
- **port** (*Optional*): The port number. Defaults to 8096.
33+
- **ssl** (*Optional*): True if you want to connect with https/wss. Your SSL certificate must be valid. Default is False.
34+
- **port** (*Optional*): The port number. Defaults to 8096 with SSL set to False and 8920 with SSL set to True.
35+
- **auto_hide** (*Optional*): True if you want to automatically hide devices that are unavailable from the Home Assistant Interface. Defaults to False.

0 commit comments

Comments
 (0)