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