home-assistant.io/source/_integrations/faa_delays.markdown
c0ffeeca7 40c0c10b29
F and G integrations: apply sentence-style in categories (#29902)
* F and G integrations: apply sentence-style in categories

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

---------

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2023-11-19 14:29:05 +01:00

1.4 KiB

title, description, ha_category, ha_release, ha_iot_class, ha_config_flow, ha_codeowners, ha_domain, ha_platforms, ha_integration_type
title description ha_category ha_release ha_iot_class ha_config_flow ha_codeowners ha_domain ha_platforms ha_integration_type
FAA Delays Instructions on how to use FAA Delays data within Home Assistant
Transport
2021.3 Cloud Polling true
@ntilley905
faa_delays
binary_sensor
integration

The FAA Delays {% term integration %} collects and displays information about delays at US Airports based on the FAA's National Airspace System Status.

Data measured includes:

  • Ground Delays
  • Ground Stops
  • Arrival/Departure Delays
  • Closures

{% include integrations/config_flow.md %}

Supported airports

The airport entered must be a valid IATA airport code for an airport in the US. You can find this by looking up the FAA Identifier at Airnav.

Additional delay information

Each airport added will expose 5 binary sensors, one for each type of delay. Within each sensor there is additional information listed as attributes, which depends on the type of delay it is. Each delay type has the attributes listed below:

  • Ground Delay
    • Average Delay Time
    • Delay reason
  • Ground Stop
    • Expected End Time for stop
    • Delay reason
  • Arrival/Departure Delay
    • Minimum delay time
    • Maximum delay time
    • Delay trend (increasing/decreasing)
    • Delay reason
  • Closure
    • Start of closure (begin)
    • End of closure (end)