2019-01-31 12:22:29 -08:00
|
|
|
"""Test fixtures for mqtt component."""
|
2023-03-16 15:57:01 +01:00
|
|
|
|
|
|
|
import pytest
|
|
|
|
|
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:
|
2023-03-16 16:54:26 +01:00
|
|
|
"""Patch configuration.yaml."""
|