Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated docs to add altitude changes #5652

Merged
merged 2 commits into from
Aug 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/_components/sensor.opensky.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ 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`)

## Events
Expand All @@ -42,6 +43,7 @@ Both events have two attributes:

- **sensor**: Name of `opensky` sensor that fired the event
- **callsign**: Callsign of the flight
- **altitude**: Altitude of the flight in meters

To receive notifications of the entering flights, add the following lines to your `configuration.yaml`.

Expand Down