mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2026-01-17 15:41:15 +08:00
Compare commits
2 Commits
d9fe03f5e8
...
7e8ca94250
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e8ca94250 | ||
|
|
c6be6be1ec |
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user