-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
SNMP: Reflect support for string OIDs #34101
Conversation
WalkthroughWalkthroughThe changes involve minor updates across various files, primarily focusing on documentation clarifications and updates to the Changes
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 as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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
Outside diff range, codebase verification and nitpick comments (8)
source/_integrations/mold_indicator.markdown (2)
18-18
: Improve readability of the humidity threshold description.Consider rephrasing "more than ~70%" to "above approximately 70%" for better readability.
- High humidity may lead to mold growth at more than ~70% and causes condensation at 100%. + High humidity may lead to mold growth above approximately 70% and causes condensation at 100%.
70-70
: Simplify wording and add missing comma.Consider simplifying "in order to" to "to" and add a comma after "For calibration".
- The Mold Indicator sensor integration needs to be calibrated in order to estimate the temperature at the critical point from the outdoor and indoor temperature. + The Mold Indicator sensor integration needs to be calibrated to estimate the temperature at the critical point from the outdoor and indoor temperature. - For calibration you need to measure the temperature at this critical point and simultaneously write down the values for the indoor- and outdoor temperature sensors used for the Mold Indicator. + For calibration, you need to measure the temperature at this critical point and simultaneously write down the values for the indoor and outdoor temperature sensors used for the Mold Indicator.Tools
LanguageTool
[style] ~70-~70: Consider a shorter alternative to avoid wordiness.
Context: ...nsor integration needs to be calibrated in order to estimate the temperature at the critica...(IN_ORDER_TO_PREMIUM)
[uncategorized] ~70-~70: A comma is probably missing here.
Context: ...nds on the insulation of your home. For calibration you need to measure the temperature at ...(MISSING_COMMA_AFTER_INTRODUCTORY_PHRASE)
source/_posts/2024-08-01-streamlining-the-home-assistant-yellow-lineup.markdown (6)
16-16
: Consider using a stronger adjective.Replace "I'm happy to say" with a stronger adjective to strengthen the wording.
- and I'm happy to say that now in 2024, it remains our flagship hardware product. + and I'm pleased to say that now in 2024, it remains our flagship hardware product.Tools
LanguageTool
[style] ~16-~16: Consider using a different adjective to strengthen your wording.
Context: ...me Assistant Yellow](/yellow/), and I'm happy to say that now in 2024, it remains our...(HAPPY_EXCITED)
20-20
: Consider using a less overused word.Replace "biggest" with a less overused alternative.
- It's not the biggest change, but we wanted our community to know + It's not the most significant change, but we wanted our community to knowTools
LanguageTool
[style] ~20-~20: The word ‘biggest’ tends to be overused. Consider an alternative.
Context: ...ower-over-ethernet (PoE). It's not the biggest change, but we wanted our community to know - ...(BIG_DIFFERENCE)
28-28
: Add missing comma.Add a comma after "kits" to separate the clauses.
- unlike our kits there was no assembly required. + unlike our kits, there was no assembly required.Tools
LanguageTool
[uncategorized] ~28-~28: A comma might be missing here.
Context: ...y installed onto the board - unlike our kits there was no assembly required. This me...(AI_EN_LECTOR_MISSING_PUNCTUATION_COMMA)
32-32
: Add missing comma.Add a comma after "perspective" to separate the clauses.
- From a timing perspective 2021 and 2022, were not the easiest time to source Raspberry Pi products + From a timing perspective, 2021 and 2022 were not the easiest time to source Raspberry Pi productsTools
LanguageTool
[uncategorized] ~32-~32: A comma might be missing here.
Context: ... Standard used to occupy. From a timing perspective 2021 and 2022, were not the easiest tim...(AI_EN_LECTOR_MISSING_PUNCTUATION_COMMA)
[uncategorized] ~32-~32: The grammatical number of this noun doesn’t look right. Consider replacing it.
Context: ...ive 2021 and 2022, were not the easiest time to source Raspberry Pi products, includ...(AI_EN_LECTOR_REPLACEMENT_NOUN_NUMBER)
32-32
: Correct the grammatical number.Change "time" to "times" to match the context.
- were not the easiest time to source Raspberry Pi products + were not the easiest times to source Raspberry Pi productsTools
LanguageTool
[uncategorized] ~32-~32: A comma might be missing here.
Context: ... Standard used to occupy. From a timing perspective 2021 and 2022, were not the easiest tim...(AI_EN_LECTOR_MISSING_PUNCTUATION_COMMA)
[uncategorized] ~32-~32: The grammatical number of this noun doesn’t look right. Consider replacing it.
Context: ...ive 2021 and 2022, were not the easiest time to source Raspberry Pi products, includ...(AI_EN_LECTOR_REPLACEMENT_NOUN_NUMBER)
40-113
: Standardize the table header font size.Consider standardizing the font size of the table headers for consistency.
- <th style="font-size: 1.2em;">Features</th> - <th style="font-size: 1.2em;">Home Assistant Green</th> - <th style="font-size: 1.2em;">Home Assistant Yellow Kit</th> + <th style="font-size: 1em;">Features</th> + <th style="font-size: 1em;">Home Assistant Green</th> + <th style="font-size: 1em;">Home Assistant Yellow Kit</th>
There are a few unrelated changed files in this PR. It looks like you need to rebase against next. |
I'm drafting this PR, as changes are needed. Please undraft it, once the changes have been implemented and the PR is ready for review again. |
Proposed change
Update SNMP documentation to reflect that SNMP switches now support comparing OIDs for determining state.
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit