Draft
Conversation
c636ac2 to
18e87c5
Compare
* ci(github): add lint and test workflows (#3) * chore(spellcheck): add a spelling dictionary (#5) * chore(spellcheck): add a spelling dictionary * chore: add codespell workflow and fix typo in README --------- Co-authored-by: Tommy Dorsey <1218404+tdorsey@users.noreply.github.com> * chore(gitignore): ignore venvs, build artifacts, etc (#4) * chore(manifest): set quality scale explicitly (#1) Co-authored-by: Tommy Dorsey <tommy@no-reply.git.rtd3.me> * style(pre-commit): add initial ruleset (#7) * docs(README): add information on running tests and linters * style(pre-commit): create initial configuration --------- * build: create pyproject with uv (#6) * test: verify test configuration (#2) * ci(codespell): fix cspell command syntax ---------
JackJPowell
reviewed
Jun 28, 2025
Owner
JackJPowell
left a comment
There was a problem hiding this comment.
This project is soon to be archived. It's the custom integration that I got included in core last week. It is now maintained in the homeassistant/core repo.
Owner
There was a problem hiding this comment.
Original order is correct
quality_scale should be set to custom, if set.
Owner
There was a problem hiding this comment.
custom integrations do not get a graded quality scale.
| dependencies = [ | ||
| "PSNAWP==3.0.0", | ||
| "pyrate-limiter>=3.7.0", | ||
| "PyTurboJPEG", |
Owner
There was a problem hiding this comment.
If anything PyTurbo, aiohttp... are dev dependencies. Pieces to attempt to clear up some core integration errors in HA but aren't needed by mine.
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.
ci(github): add lint and test workflows
chore(spellcheck): add a spelling dictionary
chore(spellcheck): add a spelling dictionary
chore: add codespell workflow and fix typo in README
chore(gitignore): ignore venvs, build artifacts, etc
chore(manifest): set quality scale explicitly
style(pre-commit): add initial ruleset
docs(README): add information on running tests and linters
style(pre-commit): create initial configuration
build: create pyproject with uv
test: verify test configuration
ci(codespell): fix cspell command syntax