From 839556a971f0c0d8bb28e0fbc74e6660e1b5d26c Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 7 Mar 2017 11:24:47 +0100 Subject: [PATCH] fix platform name --- source/_components/binary_sensor.ffmpeg_motion.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/binary_sensor.ffmpeg_motion.markdown b/source/_components/binary_sensor.ffmpeg_motion.markdown index f9337073dd1..07b9fa548e0 100644 --- a/source/_components/binary_sensor.ffmpeg_motion.markdown +++ b/source/_components/binary_sensor.ffmpeg_motion.markdown @@ -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 ```