Skip to content

Commit 00fd8b7

Browse files
authored
Remove CoverDevice
Fix #329
1 parent d1b70a6 commit 00fd8b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • custom_components/xiaomi_miot_raw

custom_components/xiaomi_miot_raw/cover.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ENTITY_ID_FORMAT, PLATFORM_SCHEMA,
1616
SUPPORT_CLOSE, SUPPORT_OPEN,
1717
SUPPORT_SET_POSITION, SUPPORT_STOP,
18-
CoverDevice, CoverEntity)
18+
CoverEntity)
1919
from homeassistant.const import *
2020
from homeassistant.exceptions import PlatformNotReady
2121
from homeassistant.helpers import aiohttp_client

0 commit comments

Comments
 (0)