mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 19:26:50 +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
|
# Example configuration.yaml entry
|
||||||
image_processing:
|
image_processing:
|
||||||
- platform: sighthound
|
- platform: sighthound
|
||||||
api_key: some_key
|
api_key: "MY_API_KEY"
|
||||||
save_file_folder: /my_dir/
|
|
||||||
save_timestamped_file: True
|
|
||||||
source:
|
source:
|
||||||
- entity_id: camera.my_cam
|
- entity_id: camera.my_cam
|
||||||
```
|
```
|
||||||
@ -49,7 +47,8 @@ save_file_folder:
|
|||||||
save_timestamped_file:
|
save_timestamped_file:
|
||||||
description: Save the processed image with the time of detection in the filename. Requires save_file_folder to be configured.
|
description: Save the processed image with the time of detection in the filename. Requires save_file_folder to be configured.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
default: false
|
||||||
|
type: boolean
|
||||||
source:
|
source:
|
||||||
description: The list of image sources.
|
description: The list of image sources.
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user