Move base entity of system_bridge to own module (#103167)
* Move base entity of system_bridge to own module * Add entity.py to .coveragerc
This commit is contained in:
parent
6e5479d307
commit
8b7cfc070e
7 changed files with 52 additions and 46 deletions
|
@ -28,9 +28,9 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
|||
from homeassistant.helpers.typing import UNDEFINED, StateType
|
||||
from homeassistant.util.dt import utcnow
|
||||
|
||||
from . import SystemBridgeEntity
|
||||
from .const import DOMAIN
|
||||
from .coordinator import SystemBridgeCoordinatorData, SystemBridgeDataUpdateCoordinator
|
||||
from .entity import SystemBridgeEntity
|
||||
|
||||
ATTR_AVAILABLE: Final = "available"
|
||||
ATTR_FILESYSTEM: Final = "filesystem"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue