mirror of
https://github.com/home-assistant/core.git
synced 2026-04-30 05:31:11 +01:00
11 lines
285 B
JSON
11 lines
285 B
JSON
{
|
|
"domain": "ecoforest",
|
|
"name": "Ecoforest",
|
|
"codeowners": ["@pjanuario"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/ecoforest",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pyecoforest"],
|
|
"requirements": ["pyecoforest==0.4.0"]
|
|
}
|