From fa9243a7581635ff4e768a8b662803028601db17 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 7 Mar 2017 11:25:18 +0100 Subject: [PATCH] Fix platform name --- source/_components/binary_sensor.ffmpeg_noise.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/binary_sensor.ffmpeg_noise.markdown b/source/_components/binary_sensor.ffmpeg_noise.markdown index 8ee08064d69..c1f0c2eab2e 100644 --- a/source/_components/binary_sensor.ffmpeg_noise.markdown +++ b/source/_components/binary_sensor.ffmpeg_noise.markdown @@ -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 ```