diff --git a/custom_components/xiaomi_home/climate.py b/custom_components/xiaomi_home/climate.py index f0b38b7..1bd5e72 100644 --- a/custom_components/xiaomi_home/climate.py +++ b/custom_components/xiaomi_home/climate.py @@ -230,6 +230,7 @@ class FeatureFanMode(MIoTServiceEntity, ClimateEntity): self._prop_fan_on = None self._prop_fan_level = None self._fan_mode_map = None + self._attr_fan_modes = None super().__init__(miot_device=miot_device, entity_data=entity_data) # properties