AlexandrErohin

Results 281 comments of AlexandrErohin

@FerdinandSu You may create PR only with adding this feature to XDR. Just add tests for your new functions too

@brownbloodspider Hi In template converting to local time is done by `timestamp_custom` like `flight.time_scheduled_departure | timestamp_custom('%H:%M')` https://www.home-assistant.io/docs/configuration/templating/ Filter timestamp_custom(format_string, local=True, default) converts an UNIX timestamp to its string representation based...

Unfortunately, flightradar24 api returns time like that

@brott8 I have merged. Thank you!

it looks like you pass the username and password for an account that doesnt have valid subscription. Please try the integration without flightradar24 subscription

Would be great if you could give a star to the repo :) Thanks

@TheHuskyCrobats You may filter by altitude in the integration settings. Or ground vehicles aircraft_code is GRND or null filter in the Lovelance Card like ``` {% if flight.aircraft_code is defined...

@mnistony There is the event flightradar24_tracked_landed - which is fired when the tracked flight is landed. The event has all flight data - so you may create an integration to...

The device_tracker work has been changed - https://github.com/AlexandrErohin/home-assistant-flightradar24/releases/tag/v1.24.0 After you enters flight number into "text.flightradar24_add_to_track" it appears in the sensor Additional tracked in attribute flights

@HaJJ-MBX Hi. Could you try the latest version?