- manifest.json documentation/issue_tracker → GitHub (where HACS users land) - README install instructions → `pip install omni-pca` (now on PyPI) - pyproject.toml URLs → Repository / Issues / Changelog / Documentation - custom_components README → HACS default-catalog install flow - .github/workflows/validate.yml: hacs/action + hassfest on push/PR/weekly Library remains importable from PyPI; integration tracks the same release tag.
14 lines
404 B
JSON
14 lines
404 B
JSON
{
|
|
"domain": "omni_pca",
|
|
"name": "HAI/Leviton Omni Panel",
|
|
"version": "2026.5.11",
|
|
"iot_class": "local_push",
|
|
"config_flow": true,
|
|
"dependencies": [],
|
|
"codeowners": ["@rsp2k"],
|
|
"requirements": ["omni-pca==2026.5.11"],
|
|
"documentation": "https://github.com/rsp2k/omni-pca",
|
|
"issue_tracker": "https://github.com/rsp2k/omni-pca/issues",
|
|
"integration_type": "hub"
|
|
}
|