From 5a6039fcc5a4cad9ec8332fa93406d2120ca0efd Mon Sep 17 00:00:00 2001 From: Finbarr Brady Date: Mon, 11 Mar 2019 19:06:54 +0000 Subject: [PATCH] Adding some missing config options for Enigma2 media_player. (#8911) * Add missing config to e2 * more info * Remove default params markdown --- .../_components/media_player.enigma2.markdown | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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