Update WiLight Cover Fan Light (#46366)
This commit is contained in:
parent
56adc9dadb
commit
3ffa42e56a
5 changed files with 12 additions and 9 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
from pywilight.const import (
|
||||
COVER_V1,
|
||||
DOMAIN,
|
||||
ITEM_COVER,
|
||||
WL_CLOSE,
|
||||
WL_CLOSING,
|
||||
|
@ -16,7 +15,7 @@ from homeassistant.components.cover import ATTR_POSITION, CoverEntity
|
|||
from homeassistant.config_entries import ConfigEntry
|
||||
from homeassistant.core import HomeAssistant
|
||||
|
||||
from . import WiLightDevice
|
||||
from . import DOMAIN, WiLightDevice
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue