Using places

Is anyone else out there using places? It is working great for me but just added the wifes phone and the device tracker works great…it knows home and not_home but places just sits there for her and says …

Initializing… (since 99:99)

That’s all it’s done. I followed the instructions in the places file to setup the config but it will just not work.

So has to be something I’m missing.

sensor places_john:
  - platform: places
    name: john
    devicetracker_id: device_tracker.sm_f926u1
    options: zone,place
    map_provider: google
    map_zoom: 19
    home_zone: zone.john_home
    api_key: !secret email_john

sensor places_girl:
  - platform: places
    name: girl
    devicetracker_id: device_tracker.galaxy_a02s
    options: zone,place
    map_provider: google
    map_zoom: 19
    home_zone: zone.girl_home
    api_key: !secret email_girl

Anyone have any idea why it’s not working?

Thanks!