Having issues with proximity

Users status never changes and don’t show up on map. The icons for the zones appear on the map but not the device tracker(s). User status always states away even though I work from home quite a bit.

config file entries

zone:
  - name: Home
    latitude: coordinates of home are entered here
    longitude: coordinates of home are entered here
    radius: 100
    icon: mdi:home
    
  - name: MikeWork
    latitude: 38.932903
    longitude: -94.691920
    icon: mdi:office-building
    
  - name: JenniferWork
    latitude: 39.043003
    longitude: -94.592940
    icon: mdi:office-building

proximity:
  mike_home:
    zone: Home
    devices:
      - device_tracker.mike
    tolerance: 50
    unit_of_measurement: mi
  jennifer_home:
    zone: Home
    devices:
      - device_tracker.jennifer
    tolerance: 50
    unit_of_measurement: mi