mirror of https://github.com/home-assistant/core
12 lines
352 B
JSON
12 lines
352 B
JSON
{
|
|
"domain": "homewizard",
|
|
"name": "HomeWizard Energy",
|
|
"codeowners": ["@DCSBL"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/homewizard",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["homewizard_energy"],
|
|
"requirements": ["python-homewizard-energy==v7.0.0"],
|
|
"zeroconf": ["_hwenergy._tcp.local."]
|
|
}
|