Change blink.trigger_camera service payload (#13449)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Kevin Fronczak 2020-06-02 20:35:14 -04:00 committed by GitHub
parent 9b9f681589
commit 5914723529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ Trigger a camera to take a new still image.
| Service Data Attribute | Optional | Description | | 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` ### `blink.save_video`
@ -137,7 +137,7 @@ alias: Blink Snap Picture
sequence: sequence:
- service: blink.trigger_camera - service: blink.trigger_camera
data: data:
name: "My Camera" entity_id: camera.blink_my_camera
- delay: 00:00:05 - delay: 00:00:05
- service: blink.blink_update - service: blink.blink_update
- service: camera.snapshot - service: camera.snapshot