Skip to content

Add Probe Plus integration documentation #38665

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

Open
wants to merge 8 commits into
base: next
Choose a base branch
from

Conversation

pantherale0
Copy link

@pantherale0 pantherale0 commented Apr 21, 2025

Proposed change

Add documentation for Probe Plus integration

Type of change

  • Spelling, grammar or other readability improvements (current branch).
  • Adjusted missing or incorrect information in the current documentation (current branch).
  • Added documentation for a new integration I'm adding to Home Assistant (next branch).
  • Added documentation for a new feature I'm adding to Home Assistant (next branch).
  • Removed stale or deprecated documentation.

Additional information

Checklist

  • This PR uses the correct branch, based on one of the following:
    • I made a change to the existing documentation and used the current branch.
    • I made a change that is related to an upcoming version of Home Assistant and used the next branch.
  • The documentation follows the Home Assistant documentation standards.

Summary by CodeRabbit

  • Documentation
    • Added new documentation for the Probe Plus integration, detailing support for Bluetooth-enabled food temperature probes, setup instructions, available sensor entities, known limitations, and troubleshooting tips.

@home-assistant home-assistant bot added has-parent This PR has a parent PR in a other repo next This PR goes into the next branch labels Apr 21, 2025
Copy link

netlify bot commented Apr 21, 2025

Deploy Preview for home-assistant-docs ready!

Name Link
🔨 Latest commit 165e843
🔍 Latest deploy log https://app.netlify.com/sites/home-assistant-docs/deploys/68074b996caa970008ad46de
😎 Deploy Preview https://deploy-preview-38665--home-assistant-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

coderabbitai bot commented Apr 21, 2025

📝 Walkthrough

Walkthrough

A new documentation file has been introduced for the "Probe Plus" integration in Home Assistant. This file details the setup, supported devices, features, use cases, known limitations, and troubleshooting steps for integrating Bluetooth-enabled Probe Plus food temperature probes. The documentation covers supported models, sensor entities provided, connection behavior, and metadata relevant to Home Assistant releases and categorization.

Changes

File(s) Change Summary
source/_integrations/probe_plus.markdown Added new documentation describing the Probe Plus Bluetooth food probe integration for Home Assistant.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant HomeAssistant
    participant ProbePlusDevice

    User->>HomeAssistant: Power on Probe Plus device
    HomeAssistant->>ProbePlusDevice: Discover via Bluetooth
    ProbePlusDevice-->>HomeAssistant: Responds to discovery
    HomeAssistant->>ProbePlusDevice: Attempt connection every 15 seconds
    ProbePlusDevice-->>HomeAssistant: Provides sensor data (temperature, battery, etc.)
    HomeAssistant-->>User: Exposes sensor entities for monitoring
Loading

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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai or @coderabbitai title anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🧹 Nitpick comments (2)
source/_integrations/probe_plus.markdown (2)

21-21: Grammar and trailing whitespace
Replace "providing that the model is FM2**" with "provided that the model is FM2**" and remove the trailing space at the end of the line.

🧰 Tools
🪛 LanguageTool

[style] ~21-~21: Consider shortening this phrase to avoid wordiness.
Context: ...robe should be discovered automatically providing that the model is FM2**. If you are configu...

(PROVIDING_THAT)

🪛 markdownlint-cli2 (0.17.2)

21-21: Trailing spaces
Expected: 0 or 2; Actual: 1

(MD009, no-trailing-spaces)


57-57: Capitalize unit names
"Celsius" and "Fahrenheit" are proper nouns and must be capitalized.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 46be8fb and d242a16.

📒 Files selected for processing (1)
  • source/_integrations/probe_plus.markdown (1 hunks)
🧰 Additional context used
🪛 LanguageTool
source/_integrations/probe_plus.markdown

[style] ~21-~21: Consider shortening this phrase to avoid wordiness.
Context: ...robe should be discovered automatically providing that the model is FM2**. If you are configu...

(PROVIDING_THAT)

🪛 markdownlint-cli2 (0.17.2)
source/_integrations/probe_plus.markdown

21-21: Trailing spaces
Expected: 0 or 2; Actual: 1

(MD009, no-trailing-spaces)

⏰ 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

@c0ffeeca7 c0ffeeca7 added the new-integration This PR adds documentation for a new Home Assistant integration label Apr 22, 2025
Copy link
Contributor

@coderabbitai coderabbitai bot left a 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/probe_plus.markdown (3)

21-21: Fix preposition and remove trailing whitespace on discovery sentence

The phrase “within Bluetooth range to your Home Assistant host” is uncommon—use “within Bluetooth range of your Home Assistant host”. Also, there is trailing whitespace at the end of the line.

- If your probe is within Bluetooth range to your Home Assistant host and the [Bluetooth](/integrations/bluetooth) integration is fully loaded, the probe should be discovered automatically provided that the model name starts with FM2. 
+ If your probe is within Bluetooth range of your Home Assistant host and the [Bluetooth](/integrations/bluetooth) integration is fully loaded, the probe should be discovered automatically provided that the model name starts with FM2.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~21-~21: The preposition “of” seems more likely in this position.
Context: ...If your probe is within Bluetooth range to your Home Assistant host and the [Bluet...

(AI_EN_LECTOR_REPLACEMENT_PREPOSITION)

🪛 markdownlint-cli2 (0.17.2)

21-21: Trailing spaces
Expected: 0 or 2; Actual: 1

(MD009, no-trailing-spaces)


50-53: Improve use-case sentence clarity

The two clauses on monitoring temperatures and combining with Voice could be separated or joined more cleanly. For example:

- This integration can be used to monitor food temperatures, you could combine this with your Home Assistant Voice to alert you when the food has finished cooking. As a bonus, multiple probes are supported and therefore if you are cooking a large family meal, you can view all your food temperatures on one dashboard.
+ This integration can be used to monitor food temperatures. Combine this with Home Assistant Voice to alert you when cooking is complete. As a bonus, multiple probes are supported, so you can view all your food temperatures on one dashboard for a large family meal.

56-58: Refine known limitations wording

The first bullet reads “While this integration is configured for your device,” which is a bit awkward. Consider clarifying that the connection is exclusive. For example:

- While this integration is configured for your device, you won't be able to use the official app, as only one connection at a time is supported.
+ While the Probe Plus integration is connected to your device, the official app cannot connect (only one Bluetooth connection is supported at a time).
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d242a16 and cde5580.

📒 Files selected for processing (1)
  • source/_integrations/probe_plus.markdown (1 hunks)
🧰 Additional context used
🪛 LanguageTool
source/_integrations/probe_plus.markdown

[uncategorized] ~21-~21: The preposition “of” seems more likely in this position.
Context: ...If your probe is within Bluetooth range to your Home Assistant host and the [Bluet...

(AI_EN_LECTOR_REPLACEMENT_PREPOSITION)

🪛 markdownlint-cli2 (0.17.2)
source/_integrations/probe_plus.markdown

21-21: Trailing spaces
Expected: 0 or 2; Actual: 1

(MD009, no-trailing-spaces)

@home-assistant home-assistant bot marked this pull request as draft April 22, 2025 06:37
@home-assistant
Copy link

Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍

Learn more about our pull request process.

pantherale0 and others added 4 commits April 22, 2025 08:00
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
@pantherale0 pantherale0 marked this pull request as ready for review April 22, 2025 07:03
@home-assistant home-assistant bot requested a review from c0ffeeca7 April 22, 2025 07:03
Copy link
Contributor

@coderabbitai coderabbitai bot left a 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 (6)
source/_integrations/probe_plus.markdown (6)

21-21: Fix preposition and remove trailing space
Use “within Bluetooth range of your Home Assistant host” instead of “range to,” and remove the extra space at the end of the line.

- If your probe is within Bluetooth range to your Home Assistant host and the [Bluetooth](/integrations/bluetooth) integration is fully loaded, the probe should be discovered automatically provided that the model name starts with FM2. If you are configuring the device manually, your probe needs to be turned on during setup. 
+ If your probe is within Bluetooth range of your Home Assistant host and the [Bluetooth](/integrations/bluetooth) integration is fully loaded, the probe should be discovered automatically provided that the model name starts with FM2. If you are configuring the device manually, your probe needs to be turned on during setup.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~21-~21: The preposition “of” seems more likely in this position.
Context: ...If your probe is within Bluetooth range to your Home Assistant host and the [Bluet...

(AI_EN_LECTOR_REPLACEMENT_PREPOSITION)

🪛 markdownlint-cli2 (0.17.2)

21-21: Trailing spaces
Expected: 0 or 2; Actual: 1

(MD009, no-trailing-spaces)


32-32: Replace ampersand with “and” in heading
For consistency and accessibility, use “and” instead of “&” in section headings.

- ## Available platforms & entities
+ ## Available platforms and entities

46-46: Format device model names as code
Device identifiers should be back‑ticked to distinguish them as machine names.

- - FMC210/FMC213
+ - `FMC210` / `FMC213`

52-53: Split run‑on sentence for readability
Separate the comma splice into two sentences and preserve the bonus note.

- This integration can be used to monitor food temperatures, you could combine this with your Home Assistant Voice to alert you when the food has finished cooking. As a bonus, multiple probes are supported and therefore if you are cooking a large family meal, you can view all your food temperatures on one dashboard.
+ This integration can be used to monitor food temperatures. You could combine this with your Home Assistant Voice to alert you when the food has finished cooking.
+
+ As a bonus, multiple probes are supported and therefore if you are cooking a large family meal, you can view all your food temperatures on one dashboard.

57-57: Add missing comma for clarity
Insert a comma before the “in case” clause to improve readability.

- Make sure you have changed this in the app before setting up in case you are using Fahrenheit. A template helper can be used to convert between units.
+ Make sure you have changed this in the app before setting up, in case you are using Fahrenheit. A template helper can be used to convert between units.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~57-~57: Possible missing comma found.
Context: ... changed this in the app before setting up in case you are using Fahrenheit. A tem...

(AI_HYDRA_LEO_MISSING_COMMA)


68-68: Correct comma splice in “Remove integration” section
Split into two sentences for grammatical correctness.

- This integration follows standard integration removal, no extra steps are required.
+ This integration follows standard integration removal. No extra steps are required.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between cde5580 and 7220005.

📒 Files selected for processing (1)
  • source/_integrations/probe_plus.markdown (1 hunks)
🧰 Additional context used
🪛 LanguageTool
source/_integrations/probe_plus.markdown

[uncategorized] ~21-~21: The preposition “of” seems more likely in this position.
Context: ...If your probe is within Bluetooth range to your Home Assistant host and the [Bluet...

(AI_EN_LECTOR_REPLACEMENT_PREPOSITION)


[uncategorized] ~57-~57: Possible missing comma found.
Context: ... changed this in the app before setting up in case you are using Fahrenheit. A tem...

(AI_HYDRA_LEO_MISSING_COMMA)

🪛 markdownlint-cli2 (0.17.2)
source/_integrations/probe_plus.markdown

21-21: Trailing spaces
Expected: 0 or 2; Actual: 1

(MD009, no-trailing-spaces)

🔇 Additional comments (2)
source/_integrations/probe_plus.markdown (2)

1-17: Front matter metadata is valid
All required ha_* keys follow Home Assistant’s schema, and the YAML front matter is well‑formed.


25-30: Configuration block is correct
The {% configuration_basic %} include and its YAML structure follow documentation guidelines.

Copy link
Contributor

@c0ffeeca7 c0ffeeca7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @pantherale0 👍

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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 (2)
source/_integrations/probe_plus.markdown (2)

21-21: Use correct preposition and remove trailing whitespace
Replace “within Bluetooth range to your Home Assistant host ” with “within Bluetooth range of your Home Assistant host” and remove any trailing spaces:

- If your probe is within Bluetooth range to your Home Assistant host and the [Bluetooth](/integrations/bluetooth) integration is fully loaded, the probe should be discovered automatically provided that the model name starts with FM2. 
+ If your probe is within Bluetooth range of your Home Assistant host and the [Bluetooth](/integrations/bluetooth) integration is fully loaded, the probe should be discovered automatically provided that the model name starts with FM2.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~21-~21: The preposition “of” seems more likely in this position.
Context: ...If your probe is within Bluetooth range to your Home Assistant host and the [Bluet...

(AI_EN_LECTOR_REPLACEMENT_PREPOSITION)

🪛 markdownlint-cli2 (0.17.2)

21-21: Trailing spaces
Expected: 0 or 2; Actual: 1

(MD009, no-trailing-spaces)


57-57: Add missing comma for clarity
Consider adding a comma before “in case” to improve readability:

- ... before setting up in case you are using Fahrenheit.
+ ... before setting up, in case you are using Fahrenheit.
🧰 Tools
🪛 LanguageTool

[uncategorized] ~57-~57: Possible missing comma found.
Context: ... changed this in the app before setting up in case you are using Fahrenheit. A tem...

(AI_HYDRA_LEO_MISSING_COMMA)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7220005 and 165e843.

📒 Files selected for processing (1)
  • source/_integrations/probe_plus.markdown (1 hunks)
🧰 Additional context used
🪛 LanguageTool
source/_integrations/probe_plus.markdown

[uncategorized] ~21-~21: The preposition “of” seems more likely in this position.
Context: ...If your probe is within Bluetooth range to your Home Assistant host and the [Bluet...

(AI_EN_LECTOR_REPLACEMENT_PREPOSITION)


[uncategorized] ~57-~57: Possible missing comma found.
Context: ... changed this in the app before setting up in case you are using Fahrenheit. A tem...

(AI_HYDRA_LEO_MISSING_COMMA)

🪛 markdownlint-cli2 (0.17.2)
source/_integrations/probe_plus.markdown

21-21: Trailing spaces
Expected: 0 or 2; Actual: 1

(MD009, no-trailing-spaces)

⏰ 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 (11)
source/_integrations/probe_plus.markdown (11)

1-17: Front matter metadata is well‑formed
The YAML front matter includes all required keys (title, description, ha_release, ha_category, ha_iot_class, ha_config_flow, ha_domain, ha_platforms, ha_bluetooth, ha_codeowners, ha_integration_type, ha_quality_scale) and uses the correct formats.


19-19: Introduction is clear and concise
The opening sentence clearly defines the integration and links to the Probe Plus app.


25-26: Config flow inclusion is correct
The {% include integrations/config_flow.md %} directive is properly placed to show setup steps.


27-30: Basic configuration block is valid
The configuration_basic example is formatted correctly and provides clear guidance on selecting the Bluetooth device.


32-34: Functionality section structure is appropriate
The “Available functionality” section with a subheading for sensors follows Home Assistant docs conventions.


36-40: Sensor entity descriptions are clear and consistent
Each sensor name uses sentence-style capitalization and ends with a period. The notes on unsupported models are in‑line.


42-49: Supported devices section is clear
Listing tested models and encouraging contributions for additional device support is well handled.


50-53: Use‑cases guidance is informative
The example use‑case illustrates how to combine multiple probes with voice alerts, which is helpful for end users.


54-58: Known limitations are well‑documented
The points on exclusive connections and unit‑configuration assumptions provide users with realistic expectations.

🧰 Tools
🪛 LanguageTool

[uncategorized] ~57-~57: Possible missing comma found.
Context: ... changed this in the app before setting up in case you are using Fahrenheit. A tem...

(AI_HYDRA_LEO_MISSING_COMMA)


61-64: Troubleshooting instructions are adequate
The details block covers discovery issues, Bluetooth proxy recommendations, and debugging steps effectively.


66-69: Removal instructions align with standards
The “Removing the integration” section and service inclusion follow the standard documentation pattern.

@c0ffeeca7 c0ffeeca7 added the awaits-parent Awaits the merge of an parent PR label Apr 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaits-parent Awaits the merge of an parent PR has-parent This PR has a parent PR in a other repo new-integration This PR adds documentation for a new Home Assistant integration next This PR goes into the next branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants