-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Document support for STT in Google Generative AI #39721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
📝 WalkthroughWalkthroughThe documentation for the Google Generative AI integration was updated to include information about new speech-to-text capabilities. The order of categories was adjusted, the supported platforms list was expanded to include speech-to-text, and descriptive text was revised to mention the new functionality. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant HomeAssistant
participant GoogleGenerativeAI
User ->> HomeAssistant: Speak or type message
HomeAssistant ->> GoogleGenerativeAI: Send audio/text for processing
GoogleGenerativeAI -->> HomeAssistant: Return transcribed text (STT) or response
HomeAssistant -->> User: Provide response as text or speech
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (2)
source/_integrations/google_generative_ai_conversation.markdown (2)
16-20
: Add a short STT-specific section or note
stt
has been correctly appended toha_platforms
, but the page still lacks any STT-specific heading or usage details (similar to the existing TTS and Actions sections). A brief subsection (e.g. “### Speech-to-text”) outlining entity creation, languages, and an examplestt.transcribe
service call would make the docs more complete.
32-32
: Minor grammar / parallelism tweak
The list mixes a single entity (“conversation agent”) with plural “entities”. Consider aligning wording for clarity:-The Google Generative AI integration adds a conversation agent, speech-to-text, and text-to-speech entities powered by [Google Generative AI](https://ai.google.dev/) to Home Assistant. +The Google Generative AI integration adds a conversation agent, as well as speech-to-text and text-to-speech entities powered by [Google Generative AI](https://ai.google.dev/) to Home Assistant.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge Base: Disabled due to data retention organization setting
📒 Files selected for processing (1)
source/_integrations/google_generative_ai_conversation.markdown
(3 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
`source/_integrations/*`: Integration documentation must use the provided template structure and section order.
source/_integrations/*
: Integration documentation must use the provided template structure and section order.
📄 Source: CodeRabbit Inference Engine (.github/copilot-instructions.md)
List of files the instruction was applied to:
source/_integrations/google_generative_ai_conversation.markdown
🪛 LanguageTool
source/_integrations/google_generative_ai_conversation.markdown
[uncategorized] ~32-~32: Possible missing article found.
Context: ...nt can optionally be allowed to control Home Assistant. Controlling Home Assistant ...
(AI_HYDRA_LEO_MISSING_THE)
🔇 Additional comments (1)
source/_integrations/google_generative_ai_conversation.markdown (1)
5-7
: Order looks fine – categories are now alphabetically sorted
Placing “Speech-to-text” before “Text-to-speech” and “Voice” keeps the list alphabetised and matches the usual pattern used across other integration docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @tronikos 👍
Pull request was closed
closed and reopened to kick netlify |
Proposed change
Document support for STT in Google Generative AI
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit