Map doesn't zoom out to include devices on lovelace

I have lovelace set up on a tablet, using the map component, I have myself and my wife set up for the tracker. It seems to be acting funny, and I’m not sure if I’m doing something wrong. (Searching didn’t reveal an answer.)

The Problem - If I reload the map when both of us are home, it zooms appropriately. If I then go a few miles away, it doesn’t zoom out to include me, but stays at the same zoom level. IF the page reloads when I’m gone, it zooms out correctly to include both of us, but when I return home it doesn’t zoom back in. Also the final scenario, if we are both gone, and it’s refreshed it’ll center on our current not home location, but returning home doesn’t shift the map any. :frowning:

          - type: map
            aspect_ratio: 16:9
            default_zoom: 16
            entities:
              - device_tracker.wife_iphone
              - device_tracker.husband_iphone

Any ideas?