From c1b1d1256946497e1ed1b70a24b31d7cc7ad5593 Mon Sep 17 00:00:00 2001 From: ha0y Date: Sun, 10 Apr 2022 02:22:35 +0800 Subject: [PATCH] Fix fan issues --- custom_components/xiaomi_miot_raw/fan.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/custom_components/xiaomi_miot_raw/fan.py b/custom_components/xiaomi_miot_raw/fan.py index c8916a2..00da7f8 100644 --- a/custom_components/xiaomi_miot_raw/fan.py +++ b/custom_components/xiaomi_miot_raw/fan.py @@ -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,