From 968d987d85da5c8e65697fc8be1ac7e1126a0878 Mon Sep 17 00:00:00 2001 From: Alexey Kardashevskiy Date: Wed, 24 Jun 2020 19:43:29 +1000 Subject: [PATCH] android_ip_webcam: Fix motion_detect switch description (#13827) There is no motion_detection but there is motion_detect as per: grep motion_detect lib/python3.8/site-packages/homeassistant/components/android_ip_webcam/__init __.py "motion_detect": "Motion Detection", "motion_detect", This replaces the switch name with a correct one and adds it to the config example. The switch is confirmed to work. Signed-off-by: Alexey Kardashevskiy --- source/_integrations/android_ip_webcam.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/android_ip_webcam.markdown b/source/_integrations/android_ip_webcam.markdown index 412772d3cd4..acd8f7d5215 100644 --- a/source/_integrations/android_ip_webcam.markdown +++ b/source/_integrations/android_ip_webcam.markdown @@ -103,7 +103,7 @@ switches: description: Control the focus. gps_active: description: Control the GPS. - motion_detection: + motion_detect: description: Control the motion detector. night_vision: description: Control the night vision. @@ -151,6 +151,7 @@ android_ip_webcam: - ffc - focus - gps_active + - motion_detect - night_vision - overlay - torch