Skip to content

Commit 7cf4b46

Browse files
coutadeurfjoostlek
andauthored
Update opensky to clarify the attributes available in the events (home-assistant#28710)
* Update opensky.markdown to clarify the attributes that are available in the events * Update source/_integrations/opensky.markdown Typo correction (thanks joostlek!) Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Update source/_integrations/opensky.markdown --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
1 parent b59b17c commit 7cf4b46

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

source/_integrations/opensky.markdown

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ The OpenSky integration allows one to track overhead flights in a given region.
2020

2121
{% configuration_basic %}
2222
latitude:
23-
description: The latitude of the center of the area to track.
23+
description: The latitude of the center of the area to track. Defaulted with the home's latitude.
2424
longitude:
25-
description: The latitude of the center of the area to track.
25+
description: The latitude of the center of the area to track. Defaulted with the home's longitude.
2626
radius:
2727
description: The radius in meters around the latitude/longitude point to track.
2828
altitude:
@@ -34,11 +34,16 @@ altitude:
3434
- **opensky_entry**: Fired when a flight enters the region.
3535
- **opensky_exit**: Fired when a flight exits the region.
3636

37-
Both events have four attributes:
37+
Both events have two attributes in common:
3838

3939
- **sensor**: Name of `opensky` sensor that fired the event.
4040
- **callsign**: Callsign of the flight.
41+
42+
**opensky_entry** has 4 additional attributes:
43+
4144
- **altitude**: Altitude of the flight in meters.
45+
- **latitude**: Latitude of the flight in decimal.
46+
- **longitude**: Longitude of the flight in decimal.
4247
- **icao24**: The ICAO 24-bit address of the aircraft's transponder.
4348

4449
To receive notifications of the entering flights using the [Home Assistant Companion App](https://companion.home-assistant.io/), add the following lines to your `configuration.yaml` file:

0 commit comments

Comments
 (0)