-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fix Typos / Duplicated Text #5655
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
Fix Typos / Duplicated Text #5655
Conversation
Apparent Power - missing a 'p' (aparent_power_x) Volt Amperes - missing an 'e' (ampers)
Frequency - extra reference to other sensor options
✅ Deploy Preview for esphome ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
WalkthroughDocumentation-only edits: fixed typos and renamed two ADE7953 configuration options from Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1)**⚙️ CodeRabbit configuration file
Files:
🧠 Learnings (1)📓 Common learnings⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (1)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. 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. Comment |
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: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
content/components/sensor/ade7953.md(4 hunks)content/components/sensor/bl0942.md(0 hunks)
💤 Files with no reviewable changes (1)
- content/components/sensor/bl0942.md
🧰 Additional context used
📓 Path-based instructions (1)
**
⚙️ CodeRabbit configuration file
- Do not generate or add any sequence diagrams
Files:
content/components/sensor/ade7953.md
🧠 Learnings (1)
📓 Common learnings
Learnt from: CR
Repo: esphome/esphome-docs PR: 0
File: .github/copilot-instructions.md:0-0
Timestamp: 2025-08-24T00:13:13.459Z
Learning: Open pull requests against the correct base branch: use `current` for documentation-only revisions and `next` for changes tied to new features in esphome/esphome
🪛 LanguageTool
content/components/sensor/ade7953.md
[grammar] ~97-~97: Ensure spelling is correct
Context: ...eactive_power_a** (Optional): Use the rective power value of the A channel in volt am...
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
[grammar] ~100-~100: Ensure spelling is correct
Context: ...eactive_power_b** (Optional): Use the rective power value of the B channel in volt am...
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
[grammar] ~205-~205: Ensure spelling is correct
Context: ...eactive_power_a** (Optional): Use the rective power value of the A channel in volt am...
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
[grammar] ~208-~208: Ensure spelling is correct
Context: ...eactive_power_b** (Optional): Use the rective power value of the B channel in volt am...
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Build
🔇 Additional comments (2)
content/components/sensor/ade7953.md (2)
85-88: Correct typo fix for apparent power configuration options.The renaming from
aparent_power_a/btoapparent_power_a/bis correct, and the unit phrasing "volt amperes" is accurate.
193-196: Correct typo fix for apparent power in SPI section.The renaming and unit phrasing for
apparent_power_a/bare consistent with the I²C section and correctly updated.
It catches a second typo lol.
Description:
Related issue (if applicable): n/a
Pull request in esphome with YAML changes (if applicable): n/a
Checklist:
I am merging into
nextbecause this is new documentation that has a matching pull-request in esphome as linked above.or
I am merging into
currentbecause this is a fix, change and/or adjustment in the current documentation and is not for a new component or feature.Link added in
/components/index.rstwhen creating new documents for new components or cookbook.