Files
HomeAssistantVS/custom_components/hilo/manifest.json
T
2026-06-11 11:50:50 -04:00

17 lines
392 B
JSON

{
"domain": "hilo",
"name": "Hilo",
"after_dependencies": [
"energy",
"integration",
"utility_meter"
],
"codeowners": ["@dvd-dev"],
"config_flow": true,
"documentation": "https://github.com/dvd-dev/hilo",
"iot_class": "cloud_push",
"issue_tracker": "https://github.com/dvd-dev/hilo/issues",
"requirements": ["python-hilo>=2026.3.5"],
"version": "2026.5.2"
}