Skip to content

Commit

Permalink
Merge pull request #331 from xrh0905/master
Browse files Browse the repository at this point in the history
Remove CoverDevice
  • Loading branch information
ha0y authored Feb 13, 2022
2 parents d1b70a6 + 00fd8b7 commit 54d6161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/xiaomi_miot_raw/cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54d6161

Please sign in to comment.