core/homeassistant/components/faa_delays/manifest.json

10 lines
257 B
JSON
Raw Normal View History

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