mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +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 homeassistant.util.enum import try_parse_enum
|
||||||
|
|
||||||
from .bridge import DynaliteBridge
|
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(
|
async def async_setup_entry(
|
||||||
|
@ -7,7 +7,7 @@ from homeassistant.config_entries import ConfigEntry
|
|||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant
|
||||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
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(
|
async def async_setup_entry(
|
||||||
|
@ -8,7 +8,7 @@ from homeassistant.const import STATE_ON
|
|||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant
|
||||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
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(
|
async def async_setup_entry(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user