mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Move sia base entity to separate module (#126524)
This commit is contained in:
parent
0bcaa73427
commit
4cb162a068
@ -25,7 +25,7 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
|||||||
from homeassistant.helpers.typing import StateType
|
from homeassistant.helpers.typing import StateType
|
||||||
|
|
||||||
from .const import CONF_ACCOUNT, CONF_ACCOUNTS, CONF_ZONES, KEY_ALARM, PREVIOUS_STATE
|
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__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ from .const import (
|
|||||||
KEY_SMOKE,
|
KEY_SMOKE,
|
||||||
SIA_HUB_ZONE,
|
SIA_HUB_ZONE,
|
||||||
)
|
)
|
||||||
from .sia_entity_base import SIABaseEntity, SIAEntityDescription
|
from .entity import SIABaseEntity, SIAEntityDescription
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user