mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +00:00
Remove YAML optionals from Sighthound config example (#16808)
* Remove YAML defaults from Sighthound config example * Add default value
This commit is contained in:
parent
0522b9fa71
commit
485772431a
@ -26,9 +26,7 @@ To enable this platform in your installation, add the following to your `configu
|
||||
# Example configuration.yaml entry
|
||||
image_processing:
|
||||
- platform: sighthound
|
||||
api_key: some_key
|
||||
save_file_folder: /my_dir/
|
||||
save_timestamped_file: True
|
||||
api_key: "MY_API_KEY"
|
||||
source:
|
||||
- entity_id: camera.my_cam
|
||||
```
|
||||
@ -49,7 +47,8 @@ save_file_folder:
|
||||
save_timestamped_file:
|
||||
description: Save the processed image with the time of detection in the filename. Requires save_file_folder to be configured.
|
||||
required: false
|
||||
type: string
|
||||
default: false
|
||||
type: boolean
|
||||
source:
|
||||
description: The list of image sources.
|
||||
required: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user