mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Add timeout option docs for sensor.rest and binary_sensor.rest. (#8161)
This commit is contained in:
parent
d8dd6bc544
commit
5a41ba398a
@ -92,6 +92,11 @@ verify_ssl:
|
|||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
timeout:
|
||||||
|
description: Defines max time to wait data from the endpoint.
|
||||||
|
required: false
|
||||||
|
type: positive integer
|
||||||
|
default: 10
|
||||||
authentication:
|
authentication:
|
||||||
description: "Type of the HTTP authentication. `basic` or `digest`."
|
description: "Type of the HTTP authentication. `basic` or `digest`."
|
||||||
required: false
|
required: false
|
||||||
|
@ -70,7 +70,12 @@ verify_ssl:
|
|||||||
description: Verify the SSL certificate of the endpoint.
|
description: Verify the SSL certificate of the endpoint.
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: True
|
||||||
|
timeout:
|
||||||
|
description: Defines max time to wait data from the endpoint.
|
||||||
|
required: false
|
||||||
|
type: positive integer
|
||||||
|
default: 10
|
||||||
unit_of_measurement:
|
unit_of_measurement:
|
||||||
description: Defines the units of measurement of the sensor, if any.
|
description: Defines the units of measurement of the sensor, if any.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user