mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Change blink.trigger_camera service payload (#13449)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
9b9f681589
commit
5914723529
@ -91,7 +91,7 @@ Trigger a camera to take a new still image.
|
||||
|
||||
| Service Data Attribute | Optional | Description |
|
||||
| ---------------------- | -------- | -------------------------------------- |
|
||||
| `name` | no | Name of camera to take new image with. |
|
||||
| `entity_id` | yes | Camera entity to take picture with. |
|
||||
|
||||
### `blink.save_video`
|
||||
|
||||
@ -137,7 +137,7 @@ alias: Blink Snap Picture
|
||||
sequence:
|
||||
- service: blink.trigger_camera
|
||||
data:
|
||||
name: "My Camera"
|
||||
entity_id: camera.blink_my_camera
|
||||
- delay: 00:00:05
|
||||
- service: blink.blink_update
|
||||
- service: camera.snapshot
|
||||
|
Loading…
x
Reference in New Issue
Block a user