ERROR (MainThread) [homeassistant.core] Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/proximity.py", line 138, in check_proximity_state_change
proximity_latitude = zone_state.attributes.get('latitude')
AttributeError: 'NoneType' object has no attribute 'attributes'
the devices used for proximity are there, and showing the position correctly. Havent changed anything in their code, or proximity for that matter.
any thoughts please?