Add camera recording service to blink (#31435)

This commit is contained in:
Marc Hörsken 2024-05-22 15:43:52 +02:00 committed by GitHub
parent f6e03a2258
commit 2764bc6816
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.