2022-01-11 00:23:31 +00:00
|
|
|
{
|
|
|
|
"domain": "homewizard",
|
|
|
|
"name": "HomeWizard Energy",
|
|
|
|
"codeowners": ["@DCSBL"],
|
|
|
|
"config_flow": true,
|
2024-11-26 18:17:04 +00:00
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"registered_devices": true
|
|
|
|
}
|
|
|
|
],
|
2023-02-08 19:27:05 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/homewizard",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
2023-02-08 19:27:05 +00:00
|
|
|
"loggers": ["homewizard_energy"],
|
2024-11-26 20:33:45 +00:00
|
|
|
"quality_scale": "platinum",
|
2025-01-31 16:49:25 +00:00
|
|
|
"requirements": ["python-homewizard-energy==v8.3.2"],
|
2025-01-28 18:09:49 +00:00
|
|
|
"zeroconf": ["_hwenergy._tcp.local.", "_homewizard._tcp.local."]
|
2022-01-11 00:23:31 +00:00
|
|
|
}
|