I have been seeing these errors on a restart of HASS. Anyone know what it could be?
2017-07-31 06:50:30 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/lib/python3.4/asyncio/tasks.py", line 237, in _step result = next(coro) File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 381, in async_process_entity new_entity, self, update_before_add=update_before_add File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 238, in async_add_entity yield from entity.async_update_ha_state() File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity.py", line 246, in async_update_ha_state attr = self.state_attributes or {} File "/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/weather/__init__.py", line 136, in state_attributes forecast_entry = dict(forecast_entry) ValueError: dictionary update sequence element #0 has length 1; 2 is required