Add support for setting up encrypted samsung tvs from config flow (#68717)

Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
J. Nick Koston
2022-03-27 10:30:45 -10:00
committed by GitHub
parent b5401ccc4a
commit cc75cebfc5
14 changed files with 923 additions and 273 deletions

View File

@@ -141,6 +141,11 @@ MOCK_CONFIG_NOTURNON = {
}
@pytest.fixture(name="autouse_rest_api", autouse=True)
def autouse_rest_api(rest_api) -> Mock:
"""Enable auto use of the rest api fixture for these tests."""
@pytest.fixture(name="delay")
def delay_fixture():
"""Patch the delay script function."""