This is what I have to work with in the logs
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 286, in async_update_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 327, in _async_write_ha_state
attr.update(self.state_attributes or {})
File "/usr/src/homeassistant/homeassistant/components/light/__init__.py", line 418, in state_attributes
data[ATTR_BRIGHTNESS] = self.brightness
File "/usr/src/homeassistant/homeassistant/components/tuya/light.py", line 43, in brightness
if self.tuya.brightness() is None:
File "/usr/local/lib/python3.7/site-packages/tuyaha/devices/light.py", line 16, in brightness
brightness = int(self.data.get('color').get('brightness') * 255 / 100)
AttributeError: 'NoneType' object has no attribute 'get'