Move smartthings base entity to separate module (#126176)
This commit is contained in:
parent
6325a332bd
commit
fdf460b82b
10 changed files with 59 additions and 54 deletions
|
@ -31,8 +31,8 @@ from homeassistant.core import HomeAssistant
|
|||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
from homeassistant.util import dt as dt_util
|
||||
|
||||
from . import SmartThingsEntity
|
||||
from .const import DATA_BROKERS, DOMAIN
|
||||
from .entity import SmartThingsEntity
|
||||
|
||||
|
||||
class Map(NamedTuple):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue