mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Adding some missing config options for Enigma2 media_player. (#8911)
* Add missing config to e2 * more info * Remove default params markdown
This commit is contained in:
parent
b4519eccbc
commit
5a6039fcc5
@ -40,10 +40,25 @@ media_player:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
port:
|
port:
|
||||||
description: Port which Openwebif is listening on.
|
description: Port which OpenWebif is listening on.
|
||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
default: 80
|
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:
|
name:
|
||||||
description: A name for easy identification of the device.
|
description: A name for easy identification of the device.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user