mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 04:05:06 +02:00
Rename onewire base entity module (#126129)
Move onewire base entity to separate module
This commit is contained in:
@@ -16,7 +16,7 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
|||||||
|
|
||||||
from . import OneWireConfigEntry
|
from . import OneWireConfigEntry
|
||||||
from .const import DEVICE_KEYS_0_3, DEVICE_KEYS_0_7, DEVICE_KEYS_A_B, READ_MODE_BOOL
|
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
|
from .onewirehub import OneWireHub
|
||||||
|
|
||||||
|
|
||||||
|
@@ -38,7 +38,7 @@ from .const import (
|
|||||||
READ_MODE_FLOAT,
|
READ_MODE_FLOAT,
|
||||||
READ_MODE_INT,
|
READ_MODE_INT,
|
||||||
)
|
)
|
||||||
from .onewire_entities import OneWireEntity, OneWireEntityDescription
|
from .entity import OneWireEntity, OneWireEntityDescription
|
||||||
from .onewirehub import OneWireHub
|
from .onewirehub import OneWireHub
|
||||||
|
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
|||||||
|
|
||||||
from . import OneWireConfigEntry
|
from . import OneWireConfigEntry
|
||||||
from .const import DEVICE_KEYS_0_3, DEVICE_KEYS_0_7, DEVICE_KEYS_A_B, READ_MODE_BOOL
|
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
|
from .onewirehub import OneWireHub
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user