mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
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:
@@ -4,7 +4,8 @@ from urllib.parse import parse_qsl
|
||||
import pytest
|
||||
import requests_mock as rmock
|
||||
|
||||
from homeassistant.components.nest import config_flow, const, local_auth
|
||||
from homeassistant.components.nest import config_flow, const
|
||||
from homeassistant.components.nest.legacy import local_auth
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
||||
Reference in New Issue
Block a user