core/homeassistant/components/efergy/manifest.json

12 lines
308 B
JSON

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