Add entity_id to camera_thumbnail (#298)

It is required. Documentation: 4f8a93fb3e/homeassistant/components/camera/__init__.py (L92)
This commit is contained in:
Esben Damgaard 2019-07-31 18:10:07 +02:00 committed by Paulus Schoutsen
parent 08aebdb410
commit 4c807d6976

View File

@ -345,7 +345,8 @@ Return a b64 encoded thumbnail of a camera entity.
```json
{
"id": 19,
"type": "camera_thumbnail"
"type": "camera_thumbnail",
"entity_id": "camera.driveway"
}
```