From 986244aa5b944b3cfffaa2c23991eda2e2b33b01 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 28 Feb 2017 17:30:55 +0100 Subject: [PATCH] Update binary_sensor.ffmpeg_noise.markdown --- 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 ```