mirror of https://github.com/home-assistant/core
12 lines
339 B
JSON
12 lines
339 B
JSON
{
|
|
"domain": "airvisual_pro",
|
|
"name": "AirVisual Pro",
|
|
"codeowners": ["@bachya"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/airvisual_pro",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pyairvisual", "pysmb"],
|
|
"requirements": ["pyairvisual==2023.08.1"]
|
|
}
|