mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
12 lines
303 B
JSON
12 lines
303 B
JSON
{
|
|
"domain": "airnow",
|
|
"name": "AirNow",
|
|
"codeowners": ["@asymworks"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/airnow",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pyairnow"],
|
|
"requirements": ["pyairnow==1.4.0"]
|
|
}
|