URLs: github.com/rsp2k/omni-pca -> git.supported.systems/warehack.ing/omni-pca
Project moved to a self-hosted Gitea at git.supported.systems under the warehack.ing org. Updated: pyproject.toml project.urls.Repository custom_components/omni_pca/manifest.json documentation, issue_tracker custom_components/omni_pca/README.md every link CHANGELOG.md release tag URL Tests still 351 + 1 skip. No code changed.
This commit is contained in:
parent
7b4052624c
commit
98ad3ebaa5
@ -82,4 +82,4 @@ First release. Working library + Home Assistant custom component, validated end-
|
|||||||
- **PyPI publish**: `omni-pca` not yet on PyPI; HA `manifest.json` requirements line will only resolve once it is. For now users either install the wheel manually or pip-install from a Git URL.
|
- **PyPI publish**: `omni-pca` not yet on PyPI; HA `manifest.json` requirements line will only resolve once it is. For now users either install the wheel manually or pip-install from a Git URL.
|
||||||
- **HACS submission**: pending live-panel validation.
|
- **HACS submission**: pending live-panel validation.
|
||||||
|
|
||||||
[2026.5.10]: https://github.com/rsp2k/omni-pca/releases/tag/v2026.5.10
|
[2026.5.10]: https://git.supported.systems/warehack.ing/omni-pca/releases/tag/v2026.5.10
|
||||||
|
|||||||
@ -6,7 +6,7 @@ opens an encrypted session straight to the panel and listens for unsolicited
|
|||||||
push messages.
|
push messages.
|
||||||
|
|
||||||
This integration is the HA-facing wrapper around the
|
This integration is the HA-facing wrapper around the
|
||||||
[`omni-pca`](https://github.com/rsp2k/omni-pca) Python library; the library
|
[`omni-pca`](https://git.supported.systems/warehack.ing/omni-pca) Python library; the library
|
||||||
handles the wire protocol, this component surfaces it as HA entities.
|
handles the wire protocol, this component surfaces it as HA entities.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
@ -14,7 +14,7 @@ handles the wire protocol, this component surfaces it as HA entities.
|
|||||||
### HACS (recommended once published)
|
### HACS (recommended once published)
|
||||||
|
|
||||||
1. HACS → Integrations → custom repository → add
|
1. HACS → Integrations → custom repository → add
|
||||||
`https://github.com/rsp2k/omni-pca`, category **Integration**.
|
`https://git.supported.systems/warehack.ing/omni-pca`, category **Integration**.
|
||||||
2. Install **HAI / Leviton Omni Panel**, then restart Home Assistant.
|
2. Install **HAI / Leviton Omni Panel**, then restart Home Assistant.
|
||||||
|
|
||||||
### Manual
|
### Manual
|
||||||
@ -121,6 +121,6 @@ hashed) — useful for bug reports.
|
|||||||
- **No entities for X**: only objects with a name configured on the panel
|
- **No entities for X**: only objects with a name configured on the panel
|
||||||
are discovered. PC Access's "Names" page is where they live.
|
are discovered. PC Access's "Names" page is where they live.
|
||||||
|
|
||||||
See the [parent README](https://github.com/rsp2k/omni-pca) for protocol /
|
See the [parent README](https://git.supported.systems/warehack.ing/omni-pca) for protocol /
|
||||||
library details. Detailed reverse-engineering notes are in
|
library details. Detailed reverse-engineering notes are in
|
||||||
[`docs/JOURNEY.md`](https://github.com/rsp2k/omni-pca/blob/main/docs/JOURNEY.md).
|
[`docs/JOURNEY.md`](https://git.supported.systems/warehack.ing/omni-pca/blob/main/docs/JOURNEY.md).
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": ["@rsp2k"],
|
"codeowners": ["@rsp2k"],
|
||||||
"requirements": ["omni-pca==2026.5.10"],
|
"requirements": ["omni-pca==2026.5.10"],
|
||||||
"documentation": "https://github.com/rsp2k/omni-pca",
|
"documentation": "https://git.supported.systems/warehack.ing/omni-pca",
|
||||||
"issue_tracker": "https://github.com/rsp2k/omni-pca/issues",
|
"issue_tracker": "https://git.supported.systems/warehack.ing/omni-pca/issues",
|
||||||
"integration_type": "hub"
|
"integration_type": "hub"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -29,7 +29,7 @@ cli = ["rich>=13.9.0", "typer>=0.15.0"]
|
|||||||
omni-pca = "omni_pca.__main__:main"
|
omni-pca = "omni_pca.__main__:main"
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Repository = "https://github.com/rsp2k/omni-pca"
|
Repository = "https://git.supported.systems/warehack.ing/omni-pca"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["uv_build>=0.11.8,<0.12.0"]
|
requires = ["uv_build>=0.11.8,<0.12.0"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user