Document sensor platform for Hot Spring - #47542
Open
Moustachauve wants to merge 2 commits into
Open
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
21 tasks
Contributor
There was a problem hiding this comment.
Pull request overview
Documents the new Hot Spring sensor platform in Home Assistant.
Changes:
- Adds sensor metadata to the integration page.
- Documents temperature, salt-system, and firmware sensors.
- Notes availability and default-disabled entities.
Suppressed comments (3)
source/_integrations/hotspring.markdown:75
- Core only creates this entity when
spa.versions.control_boxis non-empty; its tests also cover the no-version case. As written, this says the entity is merely disabled, but on devices without a reported version it is absent. Please document that availability condition, as you do for the FreshWater sensor.
- **Control box version**
- **Description**: Firmware version of the spa control box.
- **Remarks**: Disabled by default.
source/_integrations/hotspring.markdown:81
- Core only creates this entity when
spa.versions.wifi_dongleis non-empty; its tests also cover the no-version case. As written, this says the entity is merely disabled, but on devices without a reported version it is absent. Please document that availability condition.
- **Wi-Fi dongle version**
- **Description**: Firmware version of the Wi-Fi dongle.
- **Remarks**: Disabled by default.
source/_integrations/hotspring.markdown:66
- This availability note does not match the parent implementation's behavior: the three cartridge sensors are created only when
cartridge_installedis true during platform setup, and that predicate is not re-evaluated on coordinator updates. Installing or removing a cartridge later therefore does not add or remove these entities (and removed cartridges can leave stale values). Please fix the parent implementation to track availability dynamically, or document that reloading the integration is required.
- **Salt 10-day check timer**
- **Description**: Number of days remaining until the next 10-day salt water test reminder.
- **Availability**: Available when a FreshWater Salt System cartridge is installed.
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| - **Description**: Allows setting the target water temperature for the spa. | ||
| - **Range**: 80 °F to 104 °F | ||
|
|
||
| ### Sensor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed change
This adds the documentation for the new sensor platform for Hotspring integration.
Type of change
currentbranch).currentbranch).nextbranch).nextbranch).Additional information
Checklist
currentbranch.nextbranch.