From 4ab94da8e8084ed29e956e9f4d891b97c07917ea Mon Sep 17 00:00:00 2001 From: Steve Brandt Date: Fri, 13 Nov 2020 08:58:50 +0100 Subject: [PATCH] Update opensky.markdown (#15628) Latitude and longitude added to the event attributes description --- source/_integrations/opensky.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/opensky.markdown b/source/_integrations/opensky.markdown index 86b46b4608e..8900721f85a 100644 --- a/source/_integrations/opensky.markdown +++ b/source/_integrations/opensky.markdown @@ -37,6 +37,8 @@ Both events have three attributes: - **sensor**: Name of `opensky` sensor that fired the event. - **callsign**: Callsign of the flight. +- **latitude**: Latitude of the flight. +- **longitude**: Longitude of the flight. - **altitude**: Altitude of the flight in meters. 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: