mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Rename dynalite base entity module (#126536)
This commit is contained in:
@@ -13,7 +13,7 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
from homeassistant.util.enum import try_parse_enum
|
||||
|
||||
from .bridge import DynaliteBridge
|
||||
from .dynalitebase import DynaliteBase, async_setup_entry_base
|
||||
from .entity import DynaliteBase, async_setup_entry_base
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
|
@@ -7,7 +7,7 @@ from homeassistant.config_entries import ConfigEntry
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
|
||||
from .dynalitebase import DynaliteBase, async_setup_entry_base
|
||||
from .entity import DynaliteBase, async_setup_entry_base
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
|
@@ -8,7 +8,7 @@ from homeassistant.const import STATE_ON
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
|
||||
from .dynalitebase import DynaliteBase, async_setup_entry_base
|
||||
from .entity import DynaliteBase, async_setup_entry_base
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
|
Reference in New Issue
Block a user