18 lines
472 B
JSON
18 lines
472 B
JSON
{
|
|
"domain": "homewizard",
|
|
"name": "HomeWizard Energy",
|
|
"codeowners": ["@DCSBL"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"registered_devices": true
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/homewizard",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["homewizard_energy"],
|
|
"quality_scale": "platinum",
|
|
"requirements": ["python-homewizard-energy==v8.3.2"],
|
|
"zeroconf": ["_hwenergy._tcp.local.", "_homewizard._tcp.local."]
|
|
}
|