Compare commits

..

2 Commits

Author SHA1 Message Date
ted
7e8ca94250
Merge 9d88e609ca into c6be6be1ec 2025-04-03 09:47:46 +08:00
Joel
c6be6be1ec
fix: initialization problem of _attr_fan_modes (#955)
Some checks failed
Tests / check-rule-format (push) Has been cancelled
Validate / validate-hassfest (push) Has been cancelled
Validate / validate-hacs (push) Has been cancelled
Validate / validate-lint (push) Has been cancelled
Validate / validate-setup (push) Has been cancelled
2025-04-02 11:30:58 +08:00

View File

@ -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