Move sia base entity to separate module (#126524)
This commit is contained in:
parent
0bcaa73427
commit
4cb162a068
3 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
|||
from homeassistant.helpers.typing import StateType
|
||||
|
||||
from .const import CONF_ACCOUNT, CONF_ACCOUNTS, CONF_ZONES, KEY_ALARM, PREVIOUS_STATE
|
||||
from .sia_entity_base import SIABaseEntity, SIAEntityDescription
|
||||
from .entity import SIABaseEntity, SIAEntityDescription
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ from .const import (
|
|||
KEY_SMOKE,
|
||||
SIA_HUB_ZONE,
|
||||
)
|
||||
from .sia_entity_base import SIABaseEntity, SIAEntityDescription
|
||||
from .entity import SIABaseEntity, SIAEntityDescription
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue