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:
Allen Porter 2020-12-22 12:42:37 -08:00 committed by GitHub
parent 9c5f608ffd
commit 24ccdb55bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 625 additions and 591 deletions

View file

@ -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