Skip to content

Commit

Permalink
Merge branch 'release/0.3.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed May 8, 2021
2 parents b4dc9a6 + d422fa2 commit c4fa39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/xiaomi_miio_fan/fan.py
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ def __init__(self, name, device, model, unique_id, retries):

self._device_features = FEATURE_FLAGS_FAN_1C
self._available_attributes = AVAILABLE_ATTRIBUTES_FAN_1C
self._preset_modes = FAN_PRESET_MODES_1C
self._preset_modes = list(FAN_PRESET_MODES_1C)
self._oscillate = None

self._state_attrs.update(
Expand Down

0 comments on commit c4fa39b

Please sign in to comment.