1
mirror of https://github.com/home-assistant/core synced 2024-10-07 10:13:38 +02:00
ha-core/homeassistant/components/faa_delays/manifest.json

11 lines
285 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-20 00:39:24 +02:00
"requirements": ["faadelays==0.0.7"],
"codeowners": ["@ntilley905"],
"iot_class": "cloud_polling",
"loggers": ["faadelays"]
}