Replies: 2 comments
-
Ive got another take om the same automation. Here is my example:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is a new version of a HA package file to align with the removal of "application/x-www-form-urlencoded" in the API with version 0.15.0 beta1. Thanks to to my Friend Robin for helping with the rest syntax. packages/frigate_external_events.yaml
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to share how to trigger a recording using an external event from home assistant.
I have a set of outside alarm beams, that if triggered at night, I would like Frigate to record and create an event.
This uses the post-event API.
https://docs.frigate.video/integrations/api#post-apieventscamera_namelabelcreate.
The easiest way to make this work is in your home assistant is to use the RESTful Command
https://www.home-assistant.io/integrations/rest_command
In your home assistant configuration file add the following lines
Then in Home Assistant, you can create an automation that calls a service - selecting which camera you want to force record.
e.g.
Hope this helps anybody else who has been struggling
Beta Was this translation helpful? Give feedback.
All reactions