1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00
ha-core/homeassistant/components/gree/manifest.json

12 lines
307 B
JSON
Raw Normal View History

{
"domain": "gree",
"name": "Gree Climate",
2023-02-08 20:27:05 +01:00
"codeowners": ["@cmroche"],
"config_flow": true,
"dependencies": ["network"],
2023-02-08 20:27:05 +01:00
"documentation": "https://www.home-assistant.io/integrations/gree",
"iot_class": "local_polling",
2023-02-08 20:27:05 +01:00
"loggers": ["greeclimate"],
"requirements": ["greeclimate==1.4.1"]
}