Remove YAML optionals from Sighthound config example (#16808)

* Remove YAML defaults from Sighthound config example

* Add default value
This commit is contained in:
Franck Nijhof 2021-03-02 21:05:51 +01:00 committed by GitHub
parent 0522b9fa71
commit 485772431a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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