[spa06] Documentation for SPA06-003 Digital Pressure and Temperature Sensor#6220
Open
danielkent-net wants to merge 9 commits intoesphome:nextfrom
Open
[spa06] Documentation for SPA06-003 Digital Pressure and Temperature Sensor#6220danielkent-net wants to merge 9 commits intoesphome:nextfrom
danielkent-net wants to merge 9 commits intoesphome:nextfrom
Conversation
This was referenced Mar 5, 2026
Merged
✅ Deploy Preview for esphome ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
swoboda1337
requested changes
Mar 21, 2026
|
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds new documentation to the ESPHome docs site for the Goermicro SPA06-003 pressure + temperature sensor, including example configs and option reference, and registers the new component in the components index.
Changes:
- Added a new
spa06sensor documentation page with I²C/SPI examples and option descriptions. - Added the SPA06 entry to the Sensors table in the components index.
- Added a new shared image (
public/images/spa06.jpg) used by the docs page.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
src/content/docs/components/sensor/spa06.mdx |
New SPA06 sensor documentation page (examples, configuration variables, oversampling/update-rate notes). |
src/content/docs/components/index.mdx |
Adds SPA06 to the Sensors listing. |
public/images/spa06.jpg |
Adds the SPA06 sensor image used by the new docs page. |
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
- update_rate -> sample_rate keys to match code - proper linebreaks for warning block - More detailed info - There is no double pipes in the table. Copilot is seeing things - I changed all of the busses to buses - SPI Only -> SPI only - copypasted temperature -> pressure
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.
Description
Adds documentation for Goermicro SPA06-003 digital pressure and temperature sensor.
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.To-Dos