diff --git a/custom_components/xiaomi_miot_raw/cover.py b/custom_components/xiaomi_miot_raw/cover.py index a501d26..cb9fd77 100644 --- a/custom_components/xiaomi_miot_raw/cover.py +++ b/custom_components/xiaomi_miot_raw/cover.py @@ -15,7 +15,7 @@ ENTITY_ID_FORMAT, PLATFORM_SCHEMA, SUPPORT_CLOSE, SUPPORT_OPEN, SUPPORT_SET_POSITION, SUPPORT_STOP, - CoverDevice, CoverEntity) + CoverEntity) from homeassistant.const import * from homeassistant.exceptions import PlatformNotReady from homeassistant.helpers import aiohttp_client