1
0
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:
Allen Porter
2020-12-22 12:42:37 -08:00
committed by GitHub
parent 9c5f608ffd
commit 24ccdb55bb
14 changed files with 625 additions and 591 deletions

View File

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