-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Android TV Remote: Document sending text #39760
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 Android TV Remote integration was updated to clarify that the Changes
Sequence Diagram(s)sequenceDiagram
User -> HomeAssistant: Initiate remote.send_command
HomeAssistant -> AndroidTV Device: Send command (key or text input)
AndroidTV Device --> HomeAssistant: Execute command
HomeAssistant --> User: Command execution result
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 (3)
source/_integrations/androidtv_remote.markdown (3)
159-162
: Wording can be tightened for clarity
“key commands and text as input” reads a bit clunky. Consider shortening to “key commands and text input” (drop “as”).
245-246
: Missing comma & missing word ‘action’
Add a comma after the introductory clause and include the word “action” so the sentence flows and matches previous wording.-To send text as keyboard input use the `remote.send_command` and prefix the text to send with `text:`, e.g. `command: text:hello world` to type "hello world" in the selected input field. +To send text as keyboard input, use the `remote.send_command` action and prefix the text to send with `text:`, e.g. `command: text:hello world` to type "hello world" in the selected input field.
270-277
: Quote thecommand
value containing a colon for YAML safetyWhile unquoted scalars with an internal colon are technically valid YAML, quoting avoids reader confusion and is generally safer copy-paste material.
- command: text:Never Gonna Give You Up + command: "text:Never Gonna Give You Up"
📜 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/androidtv_remote.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/androidtv_remote.markdown
🪛 LanguageTool
source/_integrations/androidtv_remote.markdown
[uncategorized] ~245-~245: Possible missing comma found.
Context: ...enddetails %} To send text as keyboard input use the remote.send_command
and prefi...
(AI_HYDRA_LEO_MISSING_COMMA)
Proposed change
SSIA
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit
text:
.remote.send_command
action.