hass-core/homeassistant/components/homewizard/manifest.json
Duco Sebel 97d38dae09
Bumb python-homewizard-energy to 4.1.0 (#104121)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-11-17 13:01:44 +01:00

12 lines
382 B
JSON

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