-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Update Emby docs #2274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Emby docs #2274
Conversation
@@ -32,3 +32,4 @@ Configuration variables: | |||
- **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. | |||
- **auto_hide** (*Optional*): True if you want to automatically hide devices in the "off" state from the UI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Default state i missing. Also avoid the uses of abbreviations if not needed.
My suggestion for a rewrite of this sentence would be
+- **auto_hide** (*Optional*): True if you want to automatically hide devices in the "off" state from the Home Assistant Interface. Defaults to False
- **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. Default is False. | ||
- **ssl** (*Optional*): True if you want to connect with https/wss. Your SSL certificate must be valid. Default is False. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wss?
With the latest pr this component now utilizes websockets (in addition to standard http) which connect with either a ws:// prefix for non secure connections or wss:// prefix for SSL connections. I can remove it if you think it makes things confusing. |
Description:
Update docs for emby media_player component.
Pull request in home-assistant (if applicable): home-assistant/core#6664