15 lines
362 B
JSON
15 lines
362 B
JSON
{
|
|
"domain": "homewizard",
|
|
"name": "HomeWizard Energy",
|
|
"documentation": "https://www.home-assistant.io/integrations/homewizard",
|
|
"codeowners": ["@DCSBL"],
|
|
"dependencies": [],
|
|
"requirements": [
|
|
"aiohwenergy==0.8.0"
|
|
],
|
|
"zeroconf": ["_hwenergy._tcp.local."],
|
|
"config_flow": true,
|
|
"iot_class": "local_polling",
|
|
"loggers": ["aiohwenergy"]
|
|
}
|