Xiaomi_miio error after 0.60

Hi, new here. Anyone else have this problem? My Xiaomi Air Purifier stop working after update.

File "/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py", line 217, in async_add_entity
    yield from entity.async_device_update(warning=False)
  File "/usr/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 304, in async_device_update
    yield from self.async_update()
  File "/usr/lib/python3.6/site-packages/homeassistant/components/fan/xiaomi_miio.py", line 257, in async_update
    if state.led_brightness:
  File "/usr/lib/python3.6/site-packages/miio/airpurifier.py", line 92, in led_brightness
    return LedBrightness(self.data["led_b"])
  File "/usr/lib/python3.6/enum.py", line 291, in __call__
    return cls.__new__(cls, value)
  File "/usr/lib/python3.6/enum.py", line 533, in __new__
    return cls._missing_(value)
  File "/usr/lib/python3.6/enum.py", line 546, in _missing_
    raise ValueError("%r is not a valid %s" % (value, cls.__name__))
ValueError: 10 is not a valid LedBrightness