You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: source/_integrations/opensky.markdown
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ The OpenSky integration allows one to track overhead flights in a given region.
20
20
21
21
{% configuration_basic %}
22
22
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.
24
24
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.
26
26
radius:
27
27
description: The radius in meters around the latitude/longitude point to track.
28
28
altitude:
@@ -34,11 +34,16 @@ altitude:
34
34
-**opensky_entry**: Fired when a flight enters the region.
35
35
-**opensky_exit**: Fired when a flight exits the region.
36
36
37
-
Both events have four attributes:
37
+
Both events have two attributes in common:
38
38
39
39
-**sensor**: Name of `opensky` sensor that fired the event.
40
40
-**callsign**: Callsign of the flight.
41
+
42
+
**opensky_entry** has 4 additional attributes:
43
+
41
44
-**altitude**: Altitude of the flight in meters.
45
+
-**latitude**: Latitude of the flight in decimal.
46
+
-**longitude**: Longitude of the flight in decimal.
42
47
-**icao24**: The ICAO 24-bit address of the aircraft's transponder.
43
48
44
49
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