Make Google Assistant SDK docs fit in smaller screens (#35381)

This commit is contained in:
tronikos 2024-10-25 14:47:30 -07:00 committed by GitHub
parent b0dd2e05e2
commit 157685a8af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -150,14 +150,14 @@ On the configure page, you can set the language code of the interactions with Go
## Actions ## Actions
### Action `google_assistant_sdk.send_text_command` ### Send text command
You can use the `google_assistant_sdk.send_text_command` action to send commands to Google Assistant. You can use the `google_assistant_sdk.send_text_command` action to send commands to Google Assistant.
| Data attribute | Optional | Description | Example | | Data attribute | Optional | Description |
| ---------------------- | -------- | ----------- | --------| | ---------------------- | -------- | ----------- |
| `command` | no | Command(s) to send to Google Assistant. | turn off kitchen TV | | `command` | no | Command(s) to send to Google Assistant. |
| `media_player` | yes | Name(s) of media player entities to play response on | media_player.living_room_speaker | | `media_player` | yes | Name(s) of media player entities to play response on |
Examples: Examples: