Move Legacy Works With Nest integration to subdirectory (#44368)
* Move Legacy Works With Nest integration to subdirectory Motivation is to streamline the actively developed integration e.g. make code coverage easier to reason about and simplify __init__.py
This commit is contained in:
parent
9c5f608ffd
commit
24ccdb55bb
14 changed files with 625 additions and 591 deletions
|
@ -4,7 +4,7 @@ from homeassistant.config_entries import ConfigEntry
|
|||
from homeassistant.helpers.typing import HomeAssistantType
|
||||
|
||||
from .const import DATA_SDM
|
||||
from .sensor_legacy import async_setup_legacy_entry
|
||||
from .legacy.sensor import async_setup_legacy_entry
|
||||
from .sensor_sdm import async_setup_sdm_entry
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue