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