xiaomi_miio_fan: Error on device update!
Traceback (most recent call last):
File "/usr/src/app/homeassistant/helpers/entity_platform.py", line 244, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/src/app/homeassistant/helpers/entity.py", line 325, in async_device_update
yield from self.async_update()
File "/config/custom_components/fan/xiaomi_miio_fan.py", line 390, in async_update
self._natural_mode = (state.natural_speed != 0)
AttributeError: 'FanStatus' object has no attribute 'natural_speed'
手动修改py,natural_speed改回natural_level,poweroff_time也改回去,就好了
0.68.1、0.69.1下测试可行,不过package文件报错[homeassistant.helpers.service] Error rendering data template: UndefinedError: 'None' has no attribute 'attributes'