mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 02:47:14 +00:00
11 lines
295 B
JSON
11 lines
295 B
JSON
{
|
|
"domain": "emoncms",
|
|
"name": "Emoncms",
|
|
"codeowners": ["@borpin", "@alexandrecuer"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/emoncms",
|
|
"integration_type": "service",
|
|
"iot_class": "local_polling",
|
|
"requirements": ["pyemoncms==0.1.3"]
|
|
}
|