How to configure google location sharing?

I’m trying to setup GM location sharing.
I’ve created additional google account without F2A and shared 2 locations to it.
But in logs I have:


Error setting up platform google_mapsError setting up platform google_maps
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/homeassistant/components/device_tracker/__init__.py", line 183, in async_setup_platform
    disc_info)
  File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/lib/python3.6/site-packages/homeassistant/components/device_tracker/google_maps.py", line 41, in setup_scanner
    scanner = GoogleMapsScanner(hass, config, see)
  File "/usr/lib/python3.6/site-packages/homeassistant/components/device_tracker/google_maps.py", line 60, in __init__
    self._update_info()
  File "/usr/lib/python3.6/site-packages/homeassistant/components/device_tracker/google_maps.py", line 91, in _update_info
    gps_accuracy=person.accuracy,
AttributeError: 'Person' object has no attribute 'accuracy'Traceback (most recent call last):   File "/usr/lib/python3.6/sit

What I have done wrong?

Did you get it working?
I have the same error.

No. I did not.