diff --git a/source/_components/media_player.enigma2.markdown b/source/_components/media_player.enigma2.markdown index ac498ba9a44..03712d7ab7f 100644 --- a/source/_components/media_player.enigma2.markdown +++ b/source/_components/media_player.enigma2.markdown @@ -40,10 +40,25 @@ media_player: type: boolean default: false port: - description: Port which Openwebif is listening on. + description: Port which OpenWebif is listening on. required: false type: integer default: 80 + username: + description: The username of a user with privileges to access the box. This is only required if you have enabled the setting "Enable HTTP Authentication" in OpenWebif settings. _(e.g., on the remote by pressing `Menu`>`Plugins`>`OpenWebif`)_. + required: false + type: string + default: root + password: + description: The password for your given account. Again, this is only required if you have enabled the setting "Enable HTTP Authentication" in OpenWebif settings. _(e.g., on the remote by pressing `Menu`>`Plugins`>`OpenWebif`)_. + required: false + type: string + default: dreambox + ssl: + description: Use HTTPS instead of HTTP to connect. This is only required if you have enabled the setting "Enable HTTPS" in OpenWebif settings. _(e.g., on the remote by pressing `Menu`>`Plugins`>`OpenWebif`)_. You will need to ensure you have a valid CA certificate in place or SSL verification will fail with this component. + required: false + type: boolean + default: false name: description: A name for easy identification of the device. required: false