From 43dd895e8dd4ed28216634e75a0ac3eacc5b09e3 Mon Sep 17 00:00:00 2001 From: Massimiliano Cannarozzo Date: Mon, 31 Oct 2022 08:44:10 +0100 Subject: [PATCH] Fix markdown using backtick (#24754) --- source/_integrations/ezviz.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/ezviz.markdown b/source/_integrations/ezviz.markdown index 0f9d9b51c5e..36de3c8847b 100644 --- a/source/_integrations/ezviz.markdown +++ b/source/_integrations/ezviz.markdown @@ -79,13 +79,13 @@ If you have "sleep" mode enabled on your camera, you can use this service to wak To enable/disable motion detection, use the Home Assistant built in services. -### Service `camera.enable_motion_detection' +### Service `camera.enable_motion_detection` | Service data attribute | Description | | -----------------------| ----------- | | `entity_id` | String or list of strings that point at `entity_id`s of cameras. Use `entity_id: all` to target all. | -### Service `camera.disable_motion_detection' +### Service `camera.disable_motion_detection` | Service data attribute | Description | | -----------------------| ----------- |