Using a Google Home device, I'd like to develop an app that allows one to schedule an action i.e. "Ok Google, set an [insert app/action name here] alarm for 7:00AM" and have it either:
- Trigger a server audio streaming API at a future date.
- Query a custom API and have it attach an audio link to the existing Google Home alarm action.
- Connect to our existing Android app which could cast its audio to the Google Home programatically at the future date.
I have read through the documentation, and I'm not aware that this is currently possible, but maybe there is:
- An alternative work-around I haven't considered.
- A plan to expand the current Google Home API to allow this.
- A procedure for getting a service like this verified to appear alongside the current Google Home alarm action.
TL;DR: Using Google Home, how can I or when will it be possible to, schedule an action to stream custom audio (or cast to Google Home from an installed Android app) at a future date.