mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Add the ICAO 24-bit address to the OpenSky sensor events (#21739)
This commit is contained in:
parent
2dbac1d724
commit
cb95953e88
@ -35,11 +35,12 @@ Configuration options for the OpenSky Network sensor:
|
|||||||
- **opensky_entry**: Fired when a flight enters the region.
|
- **opensky_entry**: Fired when a flight enters the region.
|
||||||
- **opensky_exit**: Fired when a flight exits the region.
|
- **opensky_exit**: Fired when a flight exits the region.
|
||||||
|
|
||||||
Both events have three attributes:
|
Both events have four attributes:
|
||||||
|
|
||||||
- **sensor**: Name of `opensky` sensor that fired the event.
|
- **sensor**: Name of `opensky` sensor that fired the event.
|
||||||
- **callsign**: Callsign of the flight.
|
- **callsign**: Callsign of the flight.
|
||||||
- **altitude**: Altitude of the flight in meters.
|
- **altitude**: Altitude of the flight in meters.
|
||||||
|
- **icao24**: The ICAO 24-bit address of the aircraft's transponder.
|
||||||
|
|
||||||
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:
|
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:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user