Skip to content

Commit b23cb11

Browse files
committed
Fix configuration samples
1 parent d802d95 commit b23cb11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/binary_sensor.ffmpeg.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To enable your FFmpeg with noise detection in your installation, add the followi
2626

2727
```yaml
2828
# Example configuration.yaml entry
29-
camera:
29+
binary_sensor:
3030
- platform: ffmpeg
3131
tool: noise
3232
input: FFMPEG_SUPPORTED_INPUT
@@ -63,7 +63,7 @@ To enable your FFmpeg with motion detection in your installation, add the follow
6363

6464
```yaml
6565
# Example configuration.yaml entry
66-
camera:
66+
binary_sensor:
6767
- platform: ffmpeg
6868
tool: motion
6969
input: FFMPEG_SUPPORTED_INPUT

0 commit comments

Comments
 (0)