mirror of https://github.com/home-assistant/core
12 lines
320 B
JSON
12 lines
320 B
JSON
{
|
|
"domain": "aprilaire",
|
|
"name": "AprilAire",
|
|
"codeowners": ["@chamberlain2007"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/aprilaire",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"loggers": ["pyaprilaire"],
|
|
"requirements": ["pyaprilaire==0.7.4"]
|
|
}
|