provider Device Info POST /assistant/check_ready_status
@utdk/google/home /assistant/check_ready_status
Check Ready Status
**Update:** This seems to have changed now and is no longer possible. The error is also new. Setting `play_ready_message` to true plays a welcome message on the device saying "Hi, I'm your Google Assistant. I'm here to help. To learn a few things you can do, continue in the Google Home app."

Try it

Authentication
Configure credentials for Google Home
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

checkreadystatus
POST/assistant/check_ready_status
**Update:** This seems to have changed now and is no longer possible. The error is also new. Setting `play_ready_message` to true plays a welcome message on the device saying "Hi, I'm your Google Assistant. I'm here to help. To learn a few things you can do, continue in the Google Home app."

Input

required
required

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import google_home from '@utdk/google/home';

await google_home.checkreadystatus()