Skip to content

Commit

Permalink
Fix fan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ha0y committed Apr 9, 2022
1 parent 3b91339 commit c1b1d12
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions custom_components/xiaomi_miot_raw/fan.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@
import voluptuous as vol
from homeassistant.components import fan
from homeassistant.components.fan import (
ATTR_SPEED,
PLATFORM_SCHEMA,
SPEED_HIGH,
SPEED_LOW,
SPEED_MEDIUM,
SPEED_OFF,
SUPPORT_OSCILLATE,
SUPPORT_SET_SPEED,
SUPPORT_DIRECTION,
Expand Down

1 comment on commit c1b1d12

@lihk11
Copy link

@lihk11 lihk11 commented on c1b1d12 Jun 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean no support for speed control?

Please sign in to comment.