mirror of https://github.com/home-assistant/core
12 lines
307 B
JSON
12 lines
307 B
JSON
{
|
|
"domain": "gree",
|
|
"name": "Gree Climate",
|
|
"codeowners": ["@cmroche"],
|
|
"config_flow": true,
|
|
"dependencies": ["network"],
|
|
"documentation": "https://www.home-assistant.io/integrations/gree",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["greeclimate"],
|
|
"requirements": ["greeclimate==2.1.0"]
|
|
}
|