mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
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
This commit is contained in:
parent
c4dd7a74da
commit
bd6e0e6d88
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user