3 lines
204 B
Python
3 lines
204 B
Python
"""Test fixtures for mqtt component."""
|
|
from tests.components.blueprint.conftest import stub_blueprint_populate # noqa: F401
|
|
from tests.components.light.conftest import mock_light_profiles # noqa: F401
|