core/homeassistant/components/efergy/manifest.json

11 lines
278 B
JSON
Raw Normal View History

{
"domain": "efergy",
"name": "Efergy",
2021-10-11 08:07:31 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/efergy",
2021-11-09 20:45:14 +00:00
"requirements": ["pyefergy==0.1.5"],
"codeowners": ["@tkdrob"],
"iot_class": "cloud_polling",
"loggers": ["iso4217", "pyefergy"]
}