mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +00:00
Fix configuration samples
This commit is contained in:
parent
d802d95ab8
commit
b23cb1139f
@ -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…
x
Reference in New Issue
Block a user