From 2764bc68165584721abbc4ac55810a6920f235ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20H=C3=B6rsken?= Date: Wed, 22 May 2024 15:43:52 +0200 Subject: [PATCH] Add camera recording service to blink (#31435) --- source/_integrations/blink.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/blink.markdown b/source/_integrations/blink.markdown index 55eba3838d2..780c4c1f674 100644 --- a/source/_integrations/blink.markdown +++ b/source/_integrations/blink.markdown @@ -62,6 +62,10 @@ Please note that each camera reports two different states: one as `sensor.blink_ Any sequential calls to {% term services %} relating to blink should have a minimum of a 5 second delay in between them to prevent the calls from being throttled and ignored. The services that act on a camera needs a target parameter. +### `blink.record` + +Trigger a camera to record a new video clip. + ### `blink.trigger_camera` Trigger a camera to take a new still image.