mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
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:
parent
17f85165c8
commit
a85c4a1ddf
@ -167,7 +167,7 @@ class GoogleAssistantConversationAgent(conversation.AbstractConversationAgent):
|
|||||||
self.assistant = TextAssistant(credentials, language_code)
|
self.assistant = TextAssistant(credentials, language_code)
|
||||||
|
|
||||||
resp = self.assistant.assist(user_input.text)
|
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 = intent.IntentResponse(language=user_input.language)
|
||||||
intent_response.async_set_speech(text_response)
|
intent_response.async_set_speech(text_response)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dependencies": ["application_credentials", "http"],
|
"dependencies": ["application_credentials", "http"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/google_assistant_sdk/",
|
"documentation": "https://www.home-assistant.io/integrations/google_assistant_sdk/",
|
||||||
"requirements": ["gassist-text==0.0.8"],
|
"requirements": ["gassist-text==0.0.10"],
|
||||||
"codeowners": ["@tronikos"],
|
"codeowners": ["@tronikos"],
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"integration_type": "service"
|
"integration_type": "service"
|
||||||
|
@ -754,7 +754,7 @@ fritzconnection==1.10.3
|
|||||||
gTTS==2.2.4
|
gTTS==2.2.4
|
||||||
|
|
||||||
# homeassistant.components.google_assistant_sdk
|
# homeassistant.components.google_assistant_sdk
|
||||||
gassist-text==0.0.8
|
gassist-text==0.0.10
|
||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
gcal-sync==4.1.2
|
gcal-sync==4.1.2
|
||||||
|
@ -573,7 +573,7 @@ fritzconnection==1.10.3
|
|||||||
gTTS==2.2.4
|
gTTS==2.2.4
|
||||||
|
|
||||||
# homeassistant.components.google_assistant_sdk
|
# homeassistant.components.google_assistant_sdk
|
||||||
gassist-text==0.0.8
|
gassist-text==0.0.10
|
||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
gcal-sync==4.1.2
|
gcal-sync==4.1.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user