From 59147235299104879db7874f43448c714925ca3e Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Tue, 2 Jun 2020 20:35:14 -0400 Subject: [PATCH] Change blink.trigger_camera service payload (#13449) Co-authored-by: Franck Nijhof --- source/_integrations/blink.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/blink.markdown b/source/_integrations/blink.markdown index 947089e46b9..f737973099b 100644 --- a/source/_integrations/blink.markdown +++ b/source/_integrations/blink.markdown @@ -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