core/homeassistant/components/energyzero/manifest.json

12 lines
325 B
JSON

{
"domain": "energyzero",
"name": "EnergyZero",
"codeowners": ["@klaasnicolaas"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/energyzero",
"integration_type": "service",
"iot_class": "cloud_polling",
"requirements": ["energyzero==2.1.1"],
"single_config_entry": true
}