⬆️ Improvements
📸 Blitzer.de integration support in info popups
Entities from the Blitzer.de integration (geo_location.blitzer*) now get a dedicated info popup layout showing all integration-specific details: Type, Speed Limit (rendered as 30 km/h), Counter, Street, Zip Code, City, Area, ID, and coordinates. Fields without a value are skipped automatically.
🛫 "Diverted" flight status
The flight panel now recognizes the diverted status introduced by the FlightRadar24 integration (e.g. "Diverted to GYD") and renders it with its own purple badge. Previously these flights fell back to the generic "waiting" style.
🐛 Bug Fixes
🎛️ Flight panel not refreshing on status changes
The FlightRadar24 integration changed its flight schema for airport arrivals/departures sensors: entries now use flight_id / flight_number / status / status_text instead of id / flight and carry no coordinates. The card's change detection only compared the old fields, so status transitions (Estimated → Landed, Delayed, etc.) went undetected and the panel only refreshed when the number of flights changed. Change detection now covers the new schema fields, including real/estimated departure and arrival times.
🎛️ Flight panel going stale after switching sensors
Selecting a different sensor from the panel dropdown did not register it with the card's watched-entity list, so the panel stopped updating until an unrelated entity changed. Newly selected sensors are now tracked immediately.
🖼️ Popup image spacing
The image in entity info popups (e.g. person photos) sat flush against the popup's right edge. The image container now has proper spacing on both sides.
🚫 Updated FlightRadar24 sensor blacklists
The FR24 integration renamed several statistics sensors (dropping the airport_ prefix, e.g. sensor.flightradar24_departures_delayed) and added new ones (arrivals_delay_average, arrivals_delay_index). The editor entity picker and flight panel source lists now cover both old and new entity IDs, so statistics sensors are correctly filtered on every integration version. The panel intentionally keeps airport_departures, airport_arrivals, and most_tracked selectable, since they carry the flight lists the panel renders.
🚫 Camera entities excluded from the entity picker
camera.* entities are no longer offered in the editor's entity picker, even when an integration attaches coordinate attributes to them.