1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/gree/manifest.json
2023-02-08 20:27:05 +01:00

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==1.4.1"]
}