2019-01-31 12:22:29 -08:00
|
|
|
"""Test fixtures for mqtt component."""
|
2023-03-16 15:57:01 +01:00
|
|
|
|
|
|
|
import pytest
|
|
|
|
|
2021-04-28 00:15:38 +02:00
|
|
|
from tests.components.blueprint.conftest import stub_blueprint_populate # noqa: F401
|
2021-03-02 10:02:04 +02:00
|
|
|
from tests.components.light.conftest import mock_light_profiles # noqa: F401
|
2023-03-16 15:57:01 +01:00
|
|
|
|
|
|
|
|
|
|
|
@pytest.fixture(autouse=True)
|
|
|
|
def patch_hass_config(mock_hass_config: None) -> None:
|
|
|
|
"""Patch configuration].yaml."""
|