Update binary_sensor.ffmpeg_motion.markdown

This commit is contained in:
Pascal Vizeli 2017-02-28 17:29:26 +01:00 committed by GitHub
parent e411d6ac44
commit 6318001940

View File

@ -29,7 +29,7 @@ To add FFmpeg with motion detection to your installation, add the following to y
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
binary_sensor: binary_sensor:
- platform: ffmpeg - platform: ffmpeg_motion
input: FFMPEG_SUPPORTED_INPUT input: FFMPEG_SUPPORTED_INPUT
``` ```