-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Update Probe Plus docs with an example #39310
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
base: next
Are you sure you want to change the base?
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 Probe Plus integration was updated to reflect an improved quality scale rating and now includes a new "Examples" section. This section presents a YAML-based automation example that triggers a notification when a probe sensor detects a temperature of 75 degrees. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Probe Sensor
participant Automation Engine
participant Notification System
Probe Sensor->>Automation Engine: State changes to 75
Automation Engine->>Notification System: Send persistent notification with temperature info
Notification System->>User: Display notification
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: 1
🧹 Nitpick comments (1)
source/_integrations/probe_plus.markdown (1)
54-58
: Refine the Examples section introductionThe sentence can be clearer with a comma and a preposition tweak. For example:
-In this section you will find examples on how this integration can be used. +In this section, you will find examples of how this integration can be used.🧰 Tools
🪛 LanguageTool
[typographical] ~56-~56: It appears that a comma is missing.
Context: ...on one dashboard. ## Examples In this section you will find examples on how this inte...(DURING_THAT_TIME_COMMA)
[uncategorized] ~56-~56: The preposition “of” seems more likely in this position.
Context: ... In this section you will find examples on how this integration can be used. ### ...(AI_EN_LECTOR_REPLACEMENT_PREPOSITION)
📜 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/probe_plus.markdown
(2 hunks)
🧰 Additional context used
🪛 LanguageTool
source/_integrations/probe_plus.markdown
[typographical] ~56-~56: It appears that a comma is missing.
Context: ...on one dashboard. ## Examples In this section you will find examples on how this inte...
(DURING_THAT_TIME_COMMA)
[uncategorized] ~56-~56: The preposition “of” seems more likely in this position.
Context: ... In this section you will find examples on how this integration can be used. ### ...
(AI_EN_LECTOR_REPLACEMENT_PREPOSITION)
⏰ Context from checks skipped due to timeout of 90000ms (3)
- GitHub Check: Redirect rules - home-assistant-docs
- GitHub Check: Header rules - home-assistant-docs
- GitHub Check: Pages changed - home-assistant-docs
🔇 Additional comments (1)
source/_integrations/probe_plus.markdown (1)
16-16
: Verify quality scale upgrade to goldThe
ha_quality_scale
was updated togold
. Please confirm that the Probe Plus integration meets all Home Assistant criteria for a gold rating (extensive tests, reliability, user adoption, etc.).
Proposed change
Adds an example to probe plus.
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit