09-19-2023 07:26 PM
I created a new automation when a person is detected to tell me on my hub that it detected a person. But I also want the Camera to say you are being recorded. Here is what I have so far.
metadata:
name: Detect Person on the Porch
description: Make an announcement when somebody is detected in the front Porch
automations:
# “starters” and “actions” are required; “conditions” are optional.
# Use Ctrl + Space to see autocomplete suggestions.
# ---- STARTERS ---- #
# Starters describe events that will start the automation.
# To add more than one starter, duplicate the "- type" section under "starters".
# If you add multiple starter events, any one of them happening will start the automation.
starters:
- type: device.event.PersonDetection # A person has been detected by the camera.
device: Porch - Porch
actions:
- type: assistant.command.Broadcast
message: Somebody on the Porch
devices: Office Hub - Office
09-20-2023 12:03 PM
You can add another "-type" under "actions".
What kind of camera have you ? It can speak ?
I don't know if it's possible to use "command.Broadcast" with a camera...
09-21-2023 07:43 AM
I have one of the newer Nest Cameras. I can speak.
09-21-2023 11:26 AM
Well I do not know if it can really speak on its own. I can dictate into the Google Home app and it will broadcast over the camera. And maybe that is where my limitation is.
09-21-2023 12:08 PM
Indoor cams have Google Assistant. : https://support.google.com/googlenest/answer/9325189?hl=fr&sjid=17626717714074948941-EU
But outdoor no...
So I think it's not possible to broadcast.
09-27-2023 09:49 AM
What outdoor camera Google Assistant?