mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
describe new attributes for rest notify (#8935)
This commit is contained in:
parent
531c348d5b
commit
29ff5d3d91
@ -39,6 +39,24 @@ method:
|
|||||||
required: false
|
required: false
|
||||||
default: GET
|
default: GET
|
||||||
type: string
|
type: string
|
||||||
|
verify_ssl:
|
||||||
|
description: Verify the SSL certificate of the endpoint.
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
default: True
|
||||||
|
authentication:
|
||||||
|
description: Type of the HTTP authentication. `basic` or `digest`.
|
||||||
|
required: false
|
||||||
|
default: basic
|
||||||
|
type: string
|
||||||
|
username:
|
||||||
|
description: The username for accessing the REST endpoint.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
password:
|
||||||
|
description: The password for accessing the REST endpoint.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
headers:
|
headers:
|
||||||
description: The headers for the request.
|
description: The headers for the request.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user