mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
12 lines
317 B
JSON
12 lines
317 B
JSON
{
|
|
"domain": "ecoforest",
|
|
"name": "Ecoforest",
|
|
"codeowners": ["@pjanuario"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/ecoforest",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pyecoforest"],
|
|
"requirements": ["pyecoforest==0.4.0"]
|
|
}
|