[mitsubishi_cn105] Remote tempearture example to Cookbook#6694
[mitsubishi_cn105] Remote tempearture example to Cookbook#6694nagyrobi wants to merge 12 commits into
Conversation
Added a note about the implications of overriding the internal sensor and provided a link to the remote temperature example.
✅ Deploy Preview for esphome ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Updated documentation for the mitsubishi_cn105 component to clarify remote temperature sensor support and configuration.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
WalkthroughAdds a new cookbook page describing Mitsubishi CN105 remote temperature setup (examples and filters) and updates the CN105 component docs to reference and link to that cookbook. ChangesMitsubishi CN105 Remote Temperature Documentation
🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/content/docs/cookbook/mitsubishi_cn105_remote_temp.mdx`:
- Line 6: Fix the typos in the cookbook sentence starting "Mitsubishi heatpumps
equipped with the `CN105` internal connector..." by replacing "soensors" with
"sensors", "tempearture" with "temperature", "cam" with "can" and "aswell" with
"as well"; apply the same spelling corrections to the other occurrences
mentioned (also applies to the other instances at the same file locations).
Ensure the sentence reads naturally (e.g., "support reading temperature values
from remote sensors") and update all three occurrences consistently.
🪄 Autofix (Beta)
❌ Autofix failed (check again to retry)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 3d3a8011-549e-4d3e-b4d2-c675732059ba
📒 Files selected for processing (2)
src/content/docs/components/climate/mitsubishi_cn105.mdxsrc/content/docs/cookbook/mitsubishi_cn105_remote_temp.mdx
|
Note Autofix is a beta feature. Expect some limitations and changes as we gather feedback and continue to improve it. An unexpected error occurred while generating fixes: Not Found - https://docs.github.com/rest/git/refs#get-a-reference |
Corrected typos and improved clarity in the documentation regarding Mitsubishi CN105 remote temperature sensors.
|
Actionable comments posted: 0 |
Description
Add an example how to implement a remote temperature sensor for
mitsubishi_cn105to Cookbook.Related issue (if applicable): fixes
Pull request in esphome with YAML changes (if applicable):
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
/src/content/docs/components/index.mdxwhen creating new documents for new components or cookbook.New Component Images
If you are adding a new component to ESPHome, you can automatically generate a standardized black and white component name image for the documentation.
To generate a component image:
Comment on this pull request with the following command, replacing
component_namewith your component name in lower_case format with underscores (e.g.,bme280,sht3x,dallas_temp):The ESPHome bot will respond with a downloadable ZIP file containing the SVG image.
Extract the SVG file and place it in the
/public/images/folder of this repository.Use the image in your component's index table entry in
/src/content/docs/components/index.mdx.Example: For a component called "DHT22 Temperature Sensor", use:
Note: All images used in ImgTable components must be placed in
/public/images/as the component resolves them to absolute paths.