Stub light profiles (#42232)

This commit is contained in:
Paulus Schoutsen 2020-10-23 16:28:21 +02:00 committed by GitHub
parent b626df1316
commit 5dac3883b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 220 additions and 243 deletions

View file

@ -7,6 +7,7 @@ from .common import MQTTMessage
from tests.async_mock import patch
from tests.common import load_fixture
from tests.components.light.conftest import mock_light_profiles # noqa
@pytest.fixture(name="generic_data", scope="session")