From 6f77c203172aed36abcc4115047f7a9ecb5c2523 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 30 Mar 2021 17:04:53 +0200 Subject: [PATCH] Correct FAA Delays integration domain (#17187) --- .../_integrations/{faadelays.markdown => faa_delays.markdown} | 2 +- source/_redirects | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename source/_integrations/{faadelays.markdown => faa_delays.markdown} (98%) diff --git a/source/_integrations/faadelays.markdown b/source/_integrations/faa_delays.markdown similarity index 98% rename from source/_integrations/faadelays.markdown rename to source/_integrations/faa_delays.markdown index 0defacdac88..0944ed0f709 100644 --- a/source/_integrations/faadelays.markdown +++ b/source/_integrations/faa_delays.markdown @@ -8,7 +8,7 @@ ha_iot_class: Cloud Polling ha_config_flow: true ha_codeowners: - '@ntilley905' -ha_domain: faadelays +ha_domain: faa_delays --- The FAA Delays integration collects and displays information about delays at US Airports based on the diff --git a/source/_redirects b/source/_redirects index f34de767f90..658b5c6de8c 100644 --- a/source/_redirects +++ b/source/_redirects @@ -2112,6 +2112,7 @@ /hassio/index /installation /hassio/installation /installation /hassio/installing_third_party_addons /common-tasks/os#installing-third-party-add-ons +/integrations/faadelays /integrations/faa_delays # Migrated Community Guides /cookbook/apache_configuration https://community.home-assistant.io/t/reverse-proxy-with-apache/196942