11-09-2023 11:03 AM - edited 11-09-2023 11:06 AM
I have a 24/7 monitoring setup for the front gate using Google Nest camera and it is sending a live video to my Google Nest Hub Max. I've added an automation script which broadcasts if a motion has been detected in the front gate. However, when the broadcast happens the whole picture shifts left and half of the screen is occupied by the broadcasting message with bullhorn and a "reply" button and I can't see half of the video to see what triggered the motion. Is there a way to suppress this message popup? I'd like to have only voice announcement, but not a visible change on the screen so the screen continues to show live video from the camera unaffected. May be API can be extended further with something like this:
actions:
- type: assistant.command.Broadcast
message: "Someone's at the front gate!"
devices: Front Gate
screenAction: voiceOnly #possible values [voiceAndMessage | messageOnly | voiceOnly]