core/homeassistant/components/homewizard/manifest.json

13 lines
382 B
JSON
Raw Normal View History

{
"domain": "homewizard",
"name": "HomeWizard Energy",
"codeowners": ["@DCSBL"],
"config_flow": true,
2023-02-08 19:27:05 +00:00
"documentation": "https://www.home-assistant.io/integrations/homewizard",
"iot_class": "local_polling",
2023-02-08 19:27:05 +00:00
"loggers": ["homewizard_energy"],
"quality_scale": "platinum",
"requirements": ["python-homewizard-energy==2.1.0"],
2023-02-08 19:27:05 +00:00
"zeroconf": ["_hwenergy._tcp.local."]
}