You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/media_player.emby.markdown
+5-4
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ footer: true
10
10
logo: emby.png
11
11
ha_category: Media Player
12
12
ha_release: "0.32"
13
-
ha_iot_class: "Local Polling"
13
+
ha_iot_class: "Local Push"
14
14
---
15
15
16
16
@@ -28,7 +28,8 @@ media_player:
28
28
29
29
Configuration variables:
30
30
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```.
32
32
- **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