mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 01:11:51 -04:00
20 lines
428 B
JSON
20 lines
428 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.8"],
|
|
"zeroconf": [
|
|
{
|
|
"properties": {
|
|
"device": "air-q"
|
|
},
|
|
"type": "_http._tcp.local."
|
|
}
|
|
]
|
|
}
|