Skip to content

v0.1.6

Choose a tag to compare

@Springvar Springvar released this 05 Apr 06:47

New Features

This release adds customization options for display and layout control.

Kiosk Mode & Display Scaling

New scale option allows you to enlarge or shrink the entire card for better visibility on wall-mounted displays and kiosks where viewing distance matters.

  type: custom:flightradar24-card
  scale: 1.5  # Values from 0.5 to 3.0 (default: 1.0)

Adjustable Radar Size

New radar_size option gives you control over how much space the radar occupies relative to the flight list.

  type: custom:flightradar24-card
  radar:
      radar_size: 85  # Percentage of card width: 30-90 (default: 70)

Flight Display Limit

New max_flights option limits the number of flights shown in the list after filtering and sorting.

  type: custom:flightradar24-card
  max_flights: 1  # Show only the first flight
  sort:
      - field: distance_to_tracker
        order: asc

Under the Hood

  • Enhanced CI/CD with HACS validation workflow
  • Improved build process with stricter quality gates

Full Changelog: v0.1.5...v0.1.6