Update doods.markdown (#11511)

The entity_id cannot be camera.xxx - it's an invalid action.
This commit is contained in:
Jack 2019-12-22 10:54:49 +00:00 committed by Franck Nijhof
parent a677ae47e2
commit 995893ad85

View File

@ -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
```