Fix platform name

This commit is contained in:
Pascal Vizeli 2017-03-07 11:25:18 +01:00 committed by GitHub
parent 839556a971
commit fa9243a758

View File

@ -26,7 +26,7 @@ To add FFmpeg with noise detection to your installation, add the following to yo
```yaml
# Example configuration.yaml entry
binary_sensor:
- platform: ffmpeg
- platform: ffmpeg_noise
input: FFMPEG_SUPPORTED_INPUT
```