0
/ 100
Solid foundation. Invest in docs and CI to grow from here.
BACnet-IP integration for Home Assistant
Documentation
96
README documents how to install the project.
Contributing guide is detailed and thorough.
README is present.
Licensed under GPL-3.0.
Engineering
70
No linter or formatter configured.
→ Add [tool.ruff] to pyproject.toml. Ruff handles linting and formatting in one tool and replaces flake8, isort, and black.
No dependency lockfile found (−70 pts).
→ Commit poetry.lock, uv.lock, pdm.lock, Pipfile.lock, conda-lock.yml, or another lockfile for your Python dependency manager.
CI is configured (.github/workflows/pylint.yml).
Test files detected (tests).
Issue or PR templates present.
Project health
86
Dependency manifest found (pyproject.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 4Forks
- 9Releaseslatest 6d ago
Community
- -Community health
- -authors own >50% of commits
- 14Watchers
Responsiveness
- 24hMedian issue response
- <1hMedian PR merge time
- 0Open issues
Repository files13 root entries
- .githubGood: CI is configured (.github/workflows/pylint.yml).Good: Issue or PR templates present.
- custom_components
- img
- testsGood: Test files detected (tests).
- .gitignoreGood: .gitignore present.
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- hacs.json
- icon.png
- LICENSEGood: Licensed under GPL-3.0.
- logo.png
- pyproject.tomlGood: Dependency manifest found (pyproject.toml).
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- SECURITY.mdGood: Security policy present.