mirror of
https://github.com/home-assistant/core.git
synced 2026-04-19 00:10:21 +01:00
12 lines
331 B
JSON
12 lines
331 B
JSON
{
|
|
"domain": "airzone_cloud",
|
|
"name": "Airzone Cloud",
|
|
"codeowners": ["@Noltari"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/airzone_cloud",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["aioairzone_cloud"],
|
|
"requirements": ["aioairzone-cloud==0.7.2"]
|
|
}
|