mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
* Update component to use new API version * Revert new features, implement #95546, bump library * Revert #95546 changes, remove NOTAM
11 lines
288 B
JSON
11 lines
288 B
JSON
{
|
|
"domain": "faa_delays",
|
|
"name": "FAA Delays",
|
|
"codeowners": ["@ntilley905"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/faa_delays",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["faadelays"],
|
|
"requirements": ["faadelays==2023.9.1"]
|
|
}
|