From 4f79e3564a6e99a3aa98c71432defec50935686b Mon Sep 17 00:00:00 2001 From: coutadeurf <40169798+coutadeurf@users.noreply.github.com> Date: Mon, 28 Aug 2023 14:16:12 +0200 Subject: [PATCH 1/3] Update opensky.markdown to clarify the attributes that are available in the events --- source/_integrations/opensky.markdown | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/source/_integrations/opensky.markdown b/source/_integrations/opensky.markdown index da43e4a121ed..9312c25ce1e7 100644 --- a/source/_integrations/opensky.markdown +++ b/source/_integrations/opensky.markdown @@ -20,9 +20,9 @@ The OpenSky integration allows one to track overhead flights in a given region. {% configuration_basic %} latitude: - description: The latitude of the center of the area to track. + description: The latitude of the center of the area to track. Defaulted with the home's latitude. longitude: - description: The latitude of the center of the area to track. + description: The latitude of the center of the area to track. Defaulted with the home's longitude. radius: description: The radius in meters around the latitude/longitude point to track. altitude: @@ -34,11 +34,16 @@ altitude: - **opensky_entry**: Fired when a flight enters the region. - **opensky_exit**: Fired when a flight exits the region. -Both events have four attributes: +Both events have two attributes in common: - **sensor**: Name of `opensky` sensor that fired the event. - **callsign**: Callsign of the flight. + +**opensky_entry** has 4 additionnal attributes: + - **altitude**: Altitude of the flight in meters. +- **latitude**: Latitude of the flight in decimal +- **longitude**: Longitude of the flight in decimal - **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: From 244236d42bc8fd8861e924b637eb06b86375b476 Mon Sep 17 00:00:00 2001 From: coutadeurf <40169798+coutadeurf@users.noreply.github.com> Date: Mon, 28 Aug 2023 14:50:21 +0200 Subject: [PATCH 2/3] Update source/_integrations/opensky.markdown Typo correction (thanks joostlek!) Co-authored-by: Joost Lekkerkerker --- source/_integrations/opensky.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/opensky.markdown b/source/_integrations/opensky.markdown index 9312c25ce1e7..6c6cd61e6ff2 100644 --- a/source/_integrations/opensky.markdown +++ b/source/_integrations/opensky.markdown @@ -39,7 +39,7 @@ Both events have two attributes in common: - **sensor**: Name of `opensky` sensor that fired the event. - **callsign**: Callsign of the flight. -**opensky_entry** has 4 additionnal attributes: +**opensky_entry** has 4 additional attributes: - **altitude**: Altitude of the flight in meters. - **latitude**: Latitude of the flight in decimal From 127879eee73735533fb2acd692b3e6399f84166a Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 28 Aug 2023 14:58:45 +0200 Subject: [PATCH 3/3] Update source/_integrations/opensky.markdown --- source/_integrations/opensky.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/opensky.markdown b/source/_integrations/opensky.markdown index 6c6cd61e6ff2..e6d422766cf5 100644 --- a/source/_integrations/opensky.markdown +++ b/source/_integrations/opensky.markdown @@ -42,8 +42,8 @@ Both events have two attributes in common: **opensky_entry** has 4 additional attributes: - **altitude**: Altitude of the flight in meters. -- **latitude**: Latitude of the flight in decimal -- **longitude**: Longitude of the flight in decimal +- **latitude**: Latitude of the flight in decimal. +- **longitude**: Longitude of the flight in decimal. - **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: