From 995893ad855fb18fadee889f49df53f8962c94e7 Mon Sep 17 00:00:00 2001 From: Jack <32000001+jackjohnsonuk@users.noreply.github.com> Date: Sun, 22 Dec 2019 10:54:49 +0000 Subject: [PATCH] Update doods.markdown (#11511) The entity_id cannot be camera.xxx - it's an invalid action. --- source/_integrations/doods.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/doods.markdown b/source/_integrations/doods.markdown index 3fb11bbabfb..2b4e9ab1926 100644 --- a/source/_integrations/doods.markdown +++ b/source/_integrations/doods.markdown @@ -199,5 +199,5 @@ image_processing: - binary_sensor.driveway action: - service: image_processing.scan - entity_id: camera.driveway + entity_id: image_processing.doods_camera_driveway ```