mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +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.
|
||||
required: true
|
||||
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:
|
||||
description: Timeout for requests (in seconds).
|
||||
required: false
|
||||
@ -151,6 +155,7 @@ image_processing:
|
||||
url: "http://<my doods server>:8080"
|
||||
timeout: 60
|
||||
detector: default
|
||||
auth_key: 2up3rL0ng4uthK3y
|
||||
source:
|
||||
- entity_id: camera.front_yard
|
||||
file_out:
|
||||
|
Loading…
x
Reference in New Issue
Block a user