mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 04:05:20 +01:00
11 lines
270 B
JSON
11 lines
270 B
JSON
{
|
|
"domain": "airnow",
|
|
"name": "AirNow",
|
|
"codeowners": ["@asymworks"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/airnow",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pyairnow"],
|
|
"requirements": ["pyairnow==1.3.1"]
|
|
}
|