mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Clarify supported rest_command auth methods (#17964)
This commit is contained in:
parent
6f9f500b9d
commit
a724b96351
@ -46,11 +46,11 @@ service_name:
|
|||||||
required: false
|
required: false
|
||||||
type: template
|
type: template
|
||||||
username:
|
username:
|
||||||
description: The username for HTTP authentication.
|
description: The username for basic HTTP authentication (digest is not supported).
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
password:
|
password:
|
||||||
description: The password for HTTP authentication.
|
description: The password for basic HTTP authentication (digest is not supported).
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
timeout:
|
timeout:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user