1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/gree/manifest.json
2024-08-06 10:06:35 +02: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==2.1.0"]
}