Zone assignment via GPS coordinates does not work via device tracker

My current car integration provides the location via sensor:

Entity: sensor.car_location
State: Schlossberg 9 (correct defined zone)
Attributes:
latitude: 47.391130952350075
longitude: 8.343262193825458
source_type: gps
gps_accuracy: 2
icon: mdi:car
friendly_name: Car CAR_LOCATION

My new current car integration provides the location via device_tracker:

Entity: device_tracker.fiat_500_bev_3_1_location
State: home (not related to zone assignment)
Attributes:
source_type: gps
battery_level: 65
latitude: 47.391130952350075
longitude: 8.343262193825458
gps_accuracy: 0
icon: mdi:map-marker-outline
friendly_name: CC

So, sensor and device_tracker includes GPS coordinates, but sensor only has correct zone assigned to state value. How i could change this behavior?