Rename onewire base entity module (#126129)
Move onewire base entity to separate module
This commit is contained in:
parent
1ff69825e4
commit
116733e1a5
4 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
|||
|
||||
from . import OneWireConfigEntry
|
||||
from .const import DEVICE_KEYS_0_3, DEVICE_KEYS_0_7, DEVICE_KEYS_A_B, READ_MODE_BOOL
|
||||
from .onewire_entities import OneWireEntity, OneWireEntityDescription
|
||||
from .entity import OneWireEntity, OneWireEntityDescription
|
||||
from .onewirehub import OneWireHub
|
||||
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ from .const import (
|
|||
READ_MODE_FLOAT,
|
||||
READ_MODE_INT,
|
||||
)
|
||||
from .onewire_entities import OneWireEntity, OneWireEntityDescription
|
||||
from .entity import OneWireEntity, OneWireEntityDescription
|
||||
from .onewirehub import OneWireHub
|
||||
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
|||
|
||||
from . import OneWireConfigEntry
|
||||
from .const import DEVICE_KEYS_0_3, DEVICE_KEYS_0_7, DEVICE_KEYS_A_B, READ_MODE_BOOL
|
||||
from .onewire_entities import OneWireEntity, OneWireEntityDescription
|
||||
from .entity import OneWireEntity, OneWireEntityDescription
|
||||
from .onewirehub import OneWireHub
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue