diff --git a/source/_integrations/camera.markdown b/source/_integrations/camera.markdown index d59c1cacebe..04848b97c3c 100644 --- a/source/_integrations/camera.markdown +++ b/source/_integrations/camera.markdown @@ -134,8 +134,6 @@ Turn on camera. Not all camera models support this service, please consult indiv A simple way to test if you have set up your `camera` platform correctly, is to use service developer tool icon **Services** from the **Developer Tools**. Choose your service from the dropdown menu **Service**, enter something like the sample below into the **Service Data** field, and hit **CALL SERVICE**. -```json -{ - "entity_id": "camera.living_room_camera" -} +```yaml +entity_id: camera.living_room_camera ```