2020-12-30 19:25:57 +00:00
|
|
|
{
|
|
|
|
"domain": "airnow",
|
|
|
|
"name": "AirNow",
|
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/airnow",
|
2021-04-15 08:21:38 +00:00
|
|
|
"requirements": ["pyairnow==1.1.0"],
|
|
|
|
"codeowners": ["@asymworks"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_polling",
|
|
|
|
"loggers": ["pyairnow"]
|
2020-12-30 19:25:57 +00:00
|
|
|
}
|