Problem after 0.68.1 update

After the update to 0.68.1 I have the following error logged every minute:

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/helpers/entity.py”, line 222, in async_update_ha_state
attr = self.state_attributes or {}
File “/usr/lib/python3.6/site-packages/homeassistant/components/light/init.py”, line 506, in state_attributes
value = getattr(self, prop)
File “/usr/lib/python3.6/site-packages/homeassistant/components/light/hue.py”, line 249, in hs_color
return color.color_xy_to_hs(*source[‘xy’])
KeyError: ‘xy’

Never seen this before…

Nobody?
Seems that HomeAssistant starts correctly but I cannot access to web. I can connect to ssh using addon and I don’t see any error in hassio ha logs.
Please help me!

Without details it’s difficult to help. From which version did you update, did you check breaking changes?

I updated from 0.68 and I didn’t see any breaking change.

From 0.68.
Seems that ha restart in loop way. I can’t see error because every time reset error files and hassio ha logs.
Any ideas?

Unfortunately, a fix in 0.68.1 introduced this new bug. It is already fixed in PR#14230.