mirror of
https://github.com/home-assistant/core.git
synced 2026-05-20 23:40:15 +01:00
89e7983ee0
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
4 lines
204 B
Python
4 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
|