|
@@ -5,9 +5,9 @@ Setup for different kinds of Tuya lock devices
|
|
|
from homeassistant.components.lock import LockEntity, LockEntityFeature
|
|
from homeassistant.components.lock import LockEntity, LockEntityFeature
|
|
|
|
|
|
|
|
from .device import TuyaLocalDevice
|
|
from .device import TuyaLocalDevice
|
|
|
|
|
+from .entity import TuyaLocalEntity
|
|
|
from .helpers.config import async_tuya_setup_platform
|
|
from .helpers.config import async_tuya_setup_platform
|
|
|
from .helpers.device_config import TuyaEntityConfig
|
|
from .helpers.device_config import TuyaEntityConfig
|
|
|
-from .helpers.mixin import TuyaLocalEntity
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
async def async_setup_entry(hass, config_entry, async_add_entities):
|
|
async def async_setup_entry(hass, config_entry, async_add_entities):
|