core/homeassistant/components/gree/manifest.json

15 lines
357 B
JSON

{
"domain": "gree",
"name": "Gree Climate",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/gree",
"requirements": ["greeclimate==1.3.0"],
"dependencies": ["network"],
"codeowners": ["@cmroche"],
"iot_class": "local_polling",
"loggers": ["greeclimate"],
"supported_brands": {
"heiwa": "Heiwa"
}
}