core/homeassistant/components/ambiclimate/manifest.json

12 lines
324 B
JSON

{
"domain": "ambiclimate",
"name": "Ambiclimate",
"codeowners": ["@danielhiversen"],
"config_flow": true,
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/ambiclimate",
"iot_class": "cloud_polling",
"loggers": ["ambiclimate"],
"requirements": ["Ambiclimate==0.2.1"]
}