From 908d85336e12d57d4505415435b3f85501e2e0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ak=C4=B1n=20=C3=96mero=C4=9Flu?= Date: Wed, 7 Oct 2020 22:54:34 +0300 Subject: [PATCH] Add ha_iot_class: Calculated to ffmpeg motion and noise (#15011) --- source/_integrations/ffmpeg_motion.markdown | 1 + source/_integrations/ffmpeg_noise.markdown | 1 + 2 files changed, 2 insertions(+) diff --git a/source/_integrations/ffmpeg_motion.markdown b/source/_integrations/ffmpeg_motion.markdown index 3d4ccdabcc7..8624719c982 100644 --- a/source/_integrations/ffmpeg_motion.markdown +++ b/source/_integrations/ffmpeg_motion.markdown @@ -3,6 +3,7 @@ title: FFmpeg Motion description: Instructions on how to integrate an FFmpeg-based motion binary sensor ha_category: - Image Processing +ha_iot_class: Calculated ha_release: 0.27 ha_domain: ffmpeg_motion --- diff --git a/source/_integrations/ffmpeg_noise.markdown b/source/_integrations/ffmpeg_noise.markdown index 4a0166f4cf8..e95160e3d81 100644 --- a/source/_integrations/ffmpeg_noise.markdown +++ b/source/_integrations/ffmpeg_noise.markdown @@ -3,6 +3,7 @@ title: FFmpeg Noise description: Instructions on how to integrate an FFmpeg-based noise binary sensor ha_category: - Image Processing +ha_iot_class: Calculated ha_release: 0.27 ha_domain: ffmpeg_noise ---