diff --git a/source/_components/binary_sensor.ffmpeg_motion.markdown b/source/_components/binary_sensor.ffmpeg_motion.markdown index a342d640643e..c99bfc9e6821 100644 --- a/source/_components/binary_sensor.ffmpeg_motion.markdown +++ b/source/_components/binary_sensor.ffmpeg_motion.markdown @@ -72,6 +72,11 @@ extra_arguments: description: Extra options to pass to `ffmpeg`, e.g., video denoise filtering. required: false type: string +run_test: + description: Check if `input` is usable by `ffmpeg`. + required: false + default: true + type: boolean {% endconfiguration %} To experiment with values (changes/100 is the scene value in `ffmpeg`): diff --git a/source/_components/binary_sensor.ffmpeg_noise.markdown b/source/_components/binary_sensor.ffmpeg_noise.markdown index 53f45188b8df..02af5f2e90cc 100644 --- a/source/_components/binary_sensor.ffmpeg_noise.markdown +++ b/source/_components/binary_sensor.ffmpeg_noise.markdown @@ -66,6 +66,11 @@ output: description: Allows you to send the audio output of this sensor to an Icecast server or other FFmpeg-supported output, e.g., to stream with Sonos after a state is triggered. required: false type: string +run_test: + description: Check if `input` is usable by `ffmpeg`. + required: false + default: true + type: boolean {% endconfiguration %} To experiment with values: diff --git a/source/_components/camera.ffmpeg.markdown b/source/_components/camera.ffmpeg.markdown index 86f1c261f051..0839feff8a76 100644 --- a/source/_components/camera.ffmpeg.markdown +++ b/source/_components/camera.ffmpeg.markdown @@ -39,6 +39,11 @@ extra_arguments: description: Extra options to pass to `ffmpeg`, e.g., image quality or video filter options. required: false type: string +run_test: + description: Check if `input` is usable by `ffmpeg`. + required: false + default: true + type: boolean {% endconfiguration %} ### {% linkable_title Image quality %} diff --git a/source/_components/ffmpeg.markdown b/source/_components/ffmpeg.markdown index 24f4f30de986..d1feedd3e2ee 100644 --- a/source/_components/ffmpeg.markdown +++ b/source/_components/ffmpeg.markdown @@ -35,11 +35,6 @@ ffmpeg_bin: required: false default: ffmpeg type: string -run_test: - description: Check if `input` is usable by ffmpeg. - required: false - default: True - type: boolean {% endconfiguration %} ### {% linkable_title Raspbian Debian Jessie Lite Installations %}