hass-core/homeassistant/components/faa_delays/manifest.json
Nathan Tilley 451c085587
Bump faadelays to 2023.8.0 (#100700)
* Update component to use new API version

* Revert new features, implement #95546, bump library

* Revert #95546 changes, remove NOTAM
2023-09-24 00:06:49 +02:00

10 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"]
}