core/homeassistant/components/ambiclimate/manifest.json

12 lines
324 B
JSON
Raw Normal View History

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