mirror of https://github.com/home-assistant/core
12 lines
304 B
JSON
12 lines
304 B
JSON
{
|
|
"domain": "airq",
|
|
"name": "air-Q",
|
|
"codeowners": ["@Sibgatulin", "@dl2080"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/airq",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["aioairq"],
|
|
"requirements": ["aioairq==0.4.3"]
|
|
}
|