mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Rename dynalite base entity module (#126536)
This commit is contained in:
parent
e81a1f7acf
commit
9fafbbff81
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user