Fix configuration samples

This commit is contained in:
Fabian Affolter 2016-09-22 08:05:55 +02:00
parent d802d95ab8
commit b23cb1139f
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

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