From bd6e0e6d881b4d9495314d4c8e41010a527cfe05 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sat, 5 Aug 2023 15:24:57 +0200 Subject: [PATCH] Add more clarification to the OpenSky configuration settings (#28466) * Add more clarification to the OpenSky configuration settings * Add more clarification to the OpenSky configuration settings * Add more clarification to the OpenSky configuration settings * Add more clarification to the OpenSky configuration settings --- source/_integrations/opensky.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/_integrations/opensky.markdown b/source/_integrations/opensky.markdown index fa741967db3..bc51ee8853d 100644 --- a/source/_integrations/opensky.markdown +++ b/source/_integrations/opensky.markdown @@ -18,6 +18,17 @@ The OpenSky integration allows one to track overhead flights in a given region. {% include integrations/config_flow.md %} +{% configuration_basic %} +latitude: + description: The latitude of the center of the area to track. +longitude: + description: The latitude of the center of the area to track. +radius: + description: The radius in meters around the latitude/longitude point to track. +altitude: + description: The minimum height in meters above which the planes are tracked. No input (or 0) means all planes are tracked in the area. +{% endconfiguration_basic %} + ## Events - **opensky_entry**: Fired when a flight enters the region.