2020-10-14 13:15:56 +00:00
|
|
|
{
|
|
|
|
"domain": "gree",
|
|
|
|
"name": "Gree Climate",
|
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/gree",
|
2022-08-06 20:45:44 +00:00
|
|
|
"requirements": ["greeclimate==1.3.0"],
|
|
|
|
"dependencies": ["network"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@cmroche"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
2022-10-21 03:09:06 +00:00
|
|
|
"loggers": ["greeclimate"]
|
2021-04-15 08:21:38 +00:00
|
|
|
}
|