2020-10-23 14:28:21 +00:00
|
|
|
"""yeelight conftest."""
|
2021-09-02 18:44:50 +00:00
|
|
|
import pytest
|
|
|
|
|
2021-03-02 08:02:04 +00:00
|
|
|
from tests.components.light.conftest import mock_light_profiles # noqa: F401
|
2021-09-02 18:44:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
@pytest.fixture(autouse=True)
|
|
|
|
def yeelight_mock_get_source_ip(mock_get_source_ip):
|
|
|
|
"""Mock network util's async_get_source_ip."""
|