Skip to content

Commit f0501f9

Browse files
tronikosfrenck
authored andcommitted
Fix strings related to Google search tool in Google AI (home-assistant#145480)
1 parent 97004e1 commit f0501f9

File tree

1 file changed

+2
-2
lines changed
  • homeassistant/components/google_generative_ai_conversation

1 file changed

+2
-2
lines changed

homeassistant/components/google_generative_ai_conversation/strings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
},
4242
"data_description": {
4343
"prompt": "Instruct how the LLM should respond. This can be a template.",
44-
"enable_google_search_tool": "Only works with \"No control\" in the \"Control Home Assistant\" setting. See docs for a workaround using it with \"Assist\"."
44+
"enable_google_search_tool": "Only works if there is nothing selected in the \"Control Home Assistant\" setting. See docs for a workaround using it with \"Assist\"."
4545
}
4646
}
4747
},
4848
"error": {
49-
"invalid_google_search_option": "Google Search cannot be enabled alongside any Assist capability, this can only be used when Assist is set to \"No control\"."
49+
"invalid_google_search_option": "Google Search can only be enabled if nothing is selected in the \"Control Home Assistant\" setting."
5050
}
5151
},
5252
"services": {

0 commit comments

Comments
 (0)