From 76a6a2162ea88d5e00ddb28e737275c5c34b75e5 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 25 Apr 2021 05:25:01 -0700 Subject: [PATCH] Add basic motioneye documentation for new integration. (#17298) Co-authored-by: Franck Nijhof --- source/_integrations/motioneye.markdown | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 source/_integrations/motioneye.markdown diff --git a/source/_integrations/motioneye.markdown b/source/_integrations/motioneye.markdown new file mode 100644 index 00000000000..f558fcb2bc1 --- /dev/null +++ b/source/_integrations/motioneye.markdown @@ -0,0 +1,27 @@ +--- +title: MotionEye +description: Instructions on how to integrate MotionEye into Home Assistant. +ha_category: + - Camera +ha_release: 2021.5 +ha_iot_class: Local Polling +ha_domain: motioneye +ha_codeowners: + - '@dermotduffy' +ha_quality_scale: +ha_config_flow: true +ha_platforms: + - camera +--- + +The motionEye integration allows you to integrate your +[motionEye](https://github.com/ccrisan/motioneye) server into Home Assistant. motionEye +is an open source web-frontend for the motion daemon, used to centralize the management +and visualization of multiple types of cameras. + +{% include integrations/config_flow.md %} + +## MotionEye Cameras + +As cameras are added or removed to motionEye, they are automatically added or removed +from Home Assistant.