Update camera.markdown (#10792)

This commit is contained in:
Luca Angemi 2019-10-15 11:09:44 +02:00 committed by Franck Nijhof
parent 264ea1b5a9
commit e81cd379bf

View File

@ -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 <img src='/images/screenshots/developer-tool-services-icon.png' alt='service developer tool icon' class="no-shadow" height="38" /> **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
```