From 63180019405d7ca87a93645acc37f39a007d5bd6 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 28 Feb 2017 17:29:26 +0100 Subject: [PATCH] Update binary_sensor.ffmpeg_motion.markdown --- 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 ```