Bump gassist-text to 0.0.10 (#85782)

* Bump gassist-text to 0.0.9

* Bump gassist-text to 0.0.10

* Clarify when it's empty response

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
tronikos 2023-01-25 08:01:33 -08:00 committed by GitHub
parent 17f85165c8
commit a85c4a1ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -167,7 +167,7 @@ class GoogleAssistantConversationAgent(conversation.AbstractConversationAgent):
self.assistant = TextAssistant(credentials, language_code)
resp = self.assistant.assist(user_input.text)
text_response = resp[0]
text_response = resp[0] or "<empty response>"
intent_response = intent.IntentResponse(language=user_input.language)
intent_response.async_set_speech(text_response)

View File

@ -4,7 +4,7 @@
"config_flow": true,
"dependencies": ["application_credentials", "http"],
"documentation": "https://www.home-assistant.io/integrations/google_assistant_sdk/",
"requirements": ["gassist-text==0.0.8"],
"requirements": ["gassist-text==0.0.10"],
"codeowners": ["@tronikos"],
"iot_class": "cloud_polling",
"integration_type": "service"

View File

@ -754,7 +754,7 @@ fritzconnection==1.10.3
gTTS==2.2.4
# homeassistant.components.google_assistant_sdk
gassist-text==0.0.8
gassist-text==0.0.10
# homeassistant.components.google
gcal-sync==4.1.2

View File

@ -573,7 +573,7 @@ fritzconnection==1.10.3
gTTS==2.2.4
# homeassistant.components.google_assistant_sdk
gassist-text==0.0.8
gassist-text==0.0.10
# homeassistant.components.google
gcal-sync==4.1.2