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 ```