core/homeassistant/components/efergy/manifest.json

11 lines
279 B
JSON

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