fix platform name

This commit is contained in:
Pascal Vizeli 2017-03-07 11:24:47 +01:00 committed by GitHub
parent cb0290866c
commit 839556a971

View File

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