Skip to content

Commit 5a6039f

Browse files
fbradyirlfrenck
authored andcommitted
Adding some missing config options for Enigma2 media_player. (home-assistant#8911)
* Add missing config to e2 * more info * Remove default params markdown
1 parent b4519ec commit 5a6039f

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

source/_components/media_player.enigma2.markdown

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,25 @@ media_player:
4040
type: boolean
4141
default: false
4242
port:
43-
description: Port which Openwebif is listening on.
43+
description: Port which OpenWebif is listening on.
4444
required: false
4545
type: integer
4646
default: 80
47+
username:
48+
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`)_.
49+
required: false
50+
type: string
51+
default: root
52+
password:
53+
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`)_.
54+
required: false
55+
type: string
56+
default: dreambox
57+
ssl:
58+
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.
59+
required: false
60+
type: boolean
61+
default: false
4762
name:
4863
description: A name for easy identification of the device.
4964
required: false

0 commit comments

Comments
 (0)