core/homeassistant/components/faa_delays/manifest.json

11 lines
285 B
JSON
Raw Normal View History

{
"domain": "faa_delays",
"name": "FAA Delays",
2023-02-08 19:19:19 +00:00
"codeowners": ["@ntilley905"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/faa_delays",
"iot_class": "cloud_polling",
2023-02-08 19:19:19 +00:00
"loggers": ["faadelays"],
"requirements": ["faadelays==0.0.7"]
}