provider Assistant POST /assistant/a11y_mode
@utdk/google/home /assistant/a11y_mode
Accessibility
This controls Accessibility sounds. `hotword_enabled` is for 'Play start sound' and `endpoint_enabled` is for 'Play end sound'. Sending an empty-body POST request returns the current values. Either of the fields or both can be sent and new values will be saved.

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.

accessibility
POST/assistant/a11y_mode
This controls Accessibility sounds. `hotword_enabled` is for 'Play start sound' and `endpoint_enabled` is for 'Play end sound'. Sending an empty-body POST request returns the current values. Either of the fields or both can be sent and new values will be saved.

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.accessibility()