Add WiLight Cover (#46065)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
cdd78316c4
commit
2db102e023
12 changed files with 264 additions and 40 deletions
|
@ -2,12 +2,12 @@
|
|||
from unittest.mock import patch
|
||||
|
||||
import pytest
|
||||
from pywilight.const import DOMAIN
|
||||
|
||||
from homeassistant.components.wilight.config_flow import (
|
||||
CONF_MODEL_NAME,
|
||||
CONF_SERIAL_NUMBER,
|
||||
)
|
||||
from homeassistant.components.wilight.const import DOMAIN
|
||||
from homeassistant.config_entries import SOURCE_SSDP
|
||||
from homeassistant.const import CONF_HOST, CONF_NAME, CONF_SOURCE
|
||||
from homeassistant.data_entry_flow import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue