notoriousbdg / Home-AssistantConfig

Apache License 2.0
180 stars 49 forks source link

Error doing job: Task exception was never retrieved #7

Closed bartandeweg closed 5 years ago

bartandeweg commented 5 years ago

Hello,

I'm using your package for a while now. Today i've updated to the lastest version and getting errors like the one below.

Any idea how to handle?:

Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 313, in async_update_ha_state self.entity_id, state, attr, self.force_update, self._context) File "/usr/local/lib/python3.6/site-packages/homeassistant/core.py", line 853, in async_set context) File "/usr/local/lib/python3.6/site-packages/homeassistant/core.py", line 623, in __init__ "State max length is 255 characters.").format(entity_id)) homeassistant.exceptions.InvalidStateError: Invalid state encountered for entity id: sensor.fibaro_system_fgms001_motion_sensor_battery_2. State max length is 255 characters.

notoriousbdg commented 5 years ago

That's a known issue with upgrading. Restart Home Assistant and you should be good.

bartandeweg commented 5 years ago

It that easy ;) Thanks for the reply