-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Update troubleshooting.markdown #37265
Conversation
Added media source fix for no TTS in YAML config.
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
📝 WalkthroughWalkthroughThis change updates the troubleshooting documentation by adding two new sections titled "Local Network Settings" and "Missing Media Source" within the file Changes
Tip 🌐 Web search-backed reviews and chat
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🧰 Additional context used🪛 markdownlint-cli2 (0.17.2)source/voice_control/troubleshooting.markdown95-95: Headings should be surrounded by blank lines (MD022, blanks-around-headings) 107-107: Headings should be surrounded by blank lines (MD022, blanks-around-headings) 🔇 Additional comments (2)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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/voice_control/troubleshooting.markdown (2)
109-110
: Punctuation Suggestion for Enhanced Clarity
Consider adding a comma after "YAML configuration" to improve readability. For example, change:If you are using YAML configuration make sure the media source is present:
to
If you are using YAML configuration, make sure the media source is present:
🧰 Tools
🪛 LanguageTool
[uncategorized] ~109-~109: A comma might be missing here.
Context: ...ing Media Source If you are using YAML configuration make sure the media source is present: ...(AI_EN_LECTOR_MISSING_PUNCTUATION_COMMA)
115-115
: Remove Extra Blank Line
Markdown linting has flagged multiple consecutive blank lines. Please remove any redundant blank lines to comply with Markdown guidelines (e.g., MD012).🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
115-115: Multiple consecutive blank lines
Expected: 1; Actual: 2(MD012, no-multiple-blanks)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
source/voice_control/troubleshooting.markdown
(1 hunks)
🧰 Additional context used
🪛 LanguageTool
source/voice_control/troubleshooting.markdown
[uncategorized] ~109-~109: A comma might be missing here.
Context: ...ing Media Source If you are using YAML configuration make sure the media source is present: ...
(AI_EN_LECTOR_MISSING_PUNCTUATION_COMMA)
🪛 markdownlint-cli2 (0.17.2)
source/voice_control/troubleshooting.markdown
115-115: Multiple consecutive blank lines
Expected: 1; Actual: 2
(MD012, no-multiple-blanks)
🔇 Additional comments (1)
source/voice_control/troubleshooting.markdown (1)
107-114
: Section "Missing Media Source" Integration Check
The new troubleshooting section for "Missing Media Source" is well integrated into the existing document. The YAML snippet clearly shows the required configuration entry and enhances the documentation by addressing a potential setup oversight.🧰 Tools
🪛 LanguageTool
[uncategorized] ~109-~109: A comma might be missing here.
Context: ...ing Media Source If you are using YAML configuration make sure the media source is present: ...(AI_EN_LECTOR_MISSING_PUNCTUATION_COMMA)
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
streamlined media source text and added refence for default config. added local network header for more consistent style.
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.
Thanks, @Zemoj 👍
../Frenck
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.
Thanks, @Zemoj 👍
../Frenck
Added media source fix for no TTS in YAML config.
Proposed change
Added troubleshooting text for a missing media source in YAML config.
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit
media_source:
entry in their YAML configuration for proper functionality.