#Frigate group notification

1 messages · Page 1 of 1 (latest)

gleaming junco
#

I am getting the following error using the sgtbatten blueprint for frigate:

The automation "Frigate: Person identified on property when away" (automation.person_identified) has an unknown action: notify.notify_our_phones.

This error prevents the automation from running correctly. Maybe this action is no longer available, or perhaps a typo caused it.

To fix this error, edit the automation and remove this action.

Select Submit below to confirm you have fixed this automation.

My config has the following:

notify:

  • platform: group
    name: notify_our_phones
    services:
    • service: mobile_app_pixel_6
    • service: mobile_app_221013166G
ocean pond
#

well, does it exist?

#

please format your code so that it's actually readable

ripe idolBOT
#

To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.

ocean pond
#

Try to send a notification to that. Does it show up in the list? Review your logs for errors related to it

gleaming junco
ocean pond
#

devtools -> Actions

#

you'll need to review the HA logs to see what's wrong. I also suggest running a config check at devtools -> YAML

#

and please format your code as per the bot message above

gleaming junco