mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +00:00
Add documentation for SSL and authentication (#7596)
* Add documentation for ssl and authentication
* 🚑 Corrected required values
This commit is contained in:
parent
3b335cb1bf
commit
ead3b703bc
@ -66,6 +66,24 @@ name:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: Glances
|
default: Glances
|
||||||
|
username:
|
||||||
|
description: Your username for the HTTP connection to Glances.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
password:
|
||||||
|
description: Your password for the HTTP connection to Glances.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
ssl:
|
||||||
|
description: "If `true`, use SSL/TLS to connect to the Glances system."
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
verify_ssl:
|
||||||
|
description: Verify the certification of the system.
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
version:
|
version:
|
||||||
description: "The version of the Glances API. Supported version: `2` and `3`."
|
description: "The version of the Glances API. Supported version: `2` and `3`."
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user