2022-01-11 00:23:31 +00:00
|
|
|
{
|
|
|
|
"domain": "homewizard",
|
|
|
|
"name": "HomeWizard Energy",
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/homewizard",
|
|
|
|
"codeowners": ["@DCSBL"],
|
|
|
|
"dependencies": [],
|
2022-11-27 19:26:15 +00:00
|
|
|
"requirements": ["python-homewizard-energy==1.3.1"],
|
2022-01-11 00:23:31 +00:00
|
|
|
"zeroconf": ["_hwenergy._tcp.local."],
|
|
|
|
"config_flow": true,
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
2022-05-25 07:05:11 +00:00
|
|
|
"loggers": ["homewizard_energy"]
|
2022-01-11 00:23:31 +00:00
|
|
|
}
|