hass-core/homeassistant/components/google_assistant_sdk/services.yaml
tronikos 949c88930f
Google Assistant SDK: Allow multiple commands in the same conversation context (#85423)
* Allow multiple commands in the same conversation

* fix test

* Apply suggestions from code review

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>

* Add missing cv import

* Update service description

* Fix test after merging dev

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2023-01-24 11:54:23 -05:00

17 lines
512 B
YAML

send_text_command:
name: Send text command
description: Send a command as a text query to Google Assistant.
fields:
command:
name: Command
description: Command(s) to send to Google Assistant.
example: turn off kitchen TV
selector:
text:
media_player:
name: Media Player Entity
description: Name(s) of media player entities to play response on
example: media_player.living_room_speaker
selector:
entity:
domain: media_player