mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add auth key to doods documentation (#14266)
* Add auth key to doods documentation It is possible to set an auth_key in the configuration as a security measure (already possible in the code). This PR adds it to the documentation. I verified it working * Fix lint issues * Uppercase DOODS
This commit is contained in:
parent
a6cebc0297
commit
e0bbc3e18c
@ -46,6 +46,10 @@ url:
|
|||||||
description: The URL of the DOODS server.
|
description: The URL of the DOODS server.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
auth_key:
|
||||||
|
description: The authentication key as set in the DOODS configuration file or as a Docker environment variable (DOODS_AUTH_KEY)
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
timeout:
|
timeout:
|
||||||
description: Timeout for requests (in seconds).
|
description: Timeout for requests (in seconds).
|
||||||
required: false
|
required: false
|
||||||
@ -151,6 +155,7 @@ image_processing:
|
|||||||
url: "http://<my doods server>:8080"
|
url: "http://<my doods server>:8080"
|
||||||
timeout: 60
|
timeout: 60
|
||||||
detector: default
|
detector: default
|
||||||
|
auth_key: 2up3rL0ng4uthK3y
|
||||||
source:
|
source:
|
||||||
- entity_id: camera.front_yard
|
- entity_id: camera.front_yard
|
||||||
file_out:
|
file_out:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user