Bundles the program viewer side panel (Lit/TS), program writeback API (DownloadProgram + Clear/Clone), and the manifest.json documentation URL fix (now points at hai-omni-pro-ii.warehack.ing instead of the repo, matching pyproject.toml).
14 lines
431 B
JSON
14 lines
431 B
JSON
{
|
|
"domain": "omni_pca",
|
|
"name": "HAI/Leviton Omni Panel",
|
|
"codeowners": ["@rsp2k"],
|
|
"config_flow": true,
|
|
"dependencies": ["http", "websocket_api"],
|
|
"documentation": "https://hai-omni-pro-ii.warehack.ing/",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"issue_tracker": "https://github.com/rsp2k/omni-pca/issues",
|
|
"requirements": ["omni-pca==2026.5.16"],
|
|
"version": "2026.5.16"
|
|
}
|