From 752bcf2689b7ffcf44062c3643595f8130ad22c0 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 25 Jul 2023 21:13:21 +0200 Subject: [PATCH] Add information for Opensky config flow (#28328) Co-authored-by: Franck Nijhof --- source/_integrations/opensky.markdown | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/source/_integrations/opensky.markdown b/source/_integrations/opensky.markdown index b7dd5c594a3..f8d535e2bcf 100644 --- a/source/_integrations/opensky.markdown +++ b/source/_integrations/opensky.markdown @@ -13,25 +13,9 @@ ha_codeowners: - '@joostlek' --- -The `opensky` sensor allows one to track overhead flights in a given region. It uses crowd-sourced data from the [OpenSky Network](https://opensky-network.org/) public API. It will also fire Home Assistant events when flights enter and exit the defined region. +The OpenSky integration allows one to track overhead flights in a given region. It uses crowd-sourced data from the [OpenSky Network](https://opensky-network.org/) public API. It will also fire Home Assistant events when flights enter and exit the defined region. -## Configuration - -To enable this sensor, add the following lines to your `configuration.yaml` file: - -```yaml -sensor: - - platform: opensky - radius: 10 -``` - -Configuration options for the OpenSky Network sensor: - -- **radius** (*Required*): Radius of region to monitor, in kilometers. -- **latitude** (*Optional*): Region latitude. Defaults to home zone latitude. -- **longitude** (*Optional*): Region longitude. Defaults to home zone longitude. -- **altitude** (*Optional*): The maximum altitude (in meters) for planes to be detected in, 0 sets it to unlimited. Defaults to 0). -- **name** (*Optional*): Sensor name. Defaults to opensky. +{% include integrations/config_flow.md %} ## Events