Logger: homeassistant.helpers.entity
Source: helpers/entity.py:696
First occurred: 23:36:49 (18 occurrences)
Last logged: 23:45:19
Update for sensor.jia_che_jia_ban_gong_shi fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 696, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 959, in async_device_update
await hass.async_add_executor_job(self.update)
File "/usr/local/lib/python3.11/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/baidu_travel_time/sensor.py", line 120, in update
destination_latitude = destination_state.attributes.get('latitude')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'attributes'