Reputation: 189
I'd like to broadcast a message on my Google Home using the new broadcast command from a node server.
Example use would be to notify me when I receive an email, paypal notification, etc.
Is it possible to do so with Google Assistant SDK? I've tried searching for a github with similar features to no avail.
Thanks!
Upvotes: 0
Views: 243
Reputation: 11978
No what you want is not possible with the Google Home as there's no way to do notifications or directly invoke commands with notifications.
With the assistant SDK, you'd need a device to embed your logic. You would need to feed in audio clips telling it to broadcast some phrase and come up with a trigger for when to send that audio.
Upvotes: 1