mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-05-02 17:18:37 +00:00
Add entity_id to camera_thumbnail (#298)
It is required. Documentation: 4f8a93fb3e/homeassistant/components/camera/__init__.py (L92)
This commit is contained in:
parent
08aebdb410
commit
4c807d6976
@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user