AlexandrErohin / home-assistant-flightradar24

Flightradar24 integration for Home Assistant
https://community.home-assistant.io/t/custom-component-flightradar24
MIT License
163 stars 16 forks source link

Feature request: Aircraft entry and exit times #51

Open gavrilov opened 1 month ago

gavrilov commented 1 month ago

Is it possible to add to the flight object the date and time when the aircraft entered my area and when it left it? This would be very convenient for tracking aircrafts, sorting flight history

AlexandrErohin commented 1 month ago

There are a lot fields in flight data already, which requires memory. So add more fields would require more memory. So it is better not adding fields that can be calculated by automation If you create your flight history by an automation - exit time - when the event flightradar24_exit is triggered. Entry time - when the event flightradar24_entry is triggered