Fix configuration samples
This commit is contained in:
parent
d802d95ab8
commit
b23cb1139f
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ To enable your FFmpeg with noise detection in your installation, add the followi
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
camera:
|
binary_sensor:
|
||||||
- platform: ffmpeg
|
- platform: ffmpeg
|
||||||
tool: noise
|
tool: noise
|
||||||
input: FFMPEG_SUPPORTED_INPUT
|
input: FFMPEG_SUPPORTED_INPUT
|
||||||
|
@ -63,7 +63,7 @@ To enable your FFmpeg with motion detection in your installation, add the follow
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
camera:
|
binary_sensor:
|
||||||
- platform: ffmpeg
|
- platform: ffmpeg
|
||||||
tool: motion
|
tool: motion
|
||||||
input: FFMPEG_SUPPORTED_INPUT
|
input: FFMPEG_SUPPORTED_INPUT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue