core/homeassistant/components/efergy/manifest.json

10 lines
240 B
JSON

{
"domain": "efergy",
"name": "Efergy",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/efergy",
"requirements": ["pyefergy==0.1.2"],
"codeowners": ["@tkdrob"],
"iot_class": "cloud_polling"
}