core/homeassistant/components/gree/manifest.json

10 lines
247 B
JSON
Raw Normal View History

{
"domain": "gree",
"name": "Gree Climate",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/gree",
2021-07-18 19:51:02 +00:00
"requirements": ["greeclimate==0.11.8"],
"codeowners": ["@cmroche"],
"iot_class": "local_polling"
}