mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Drop asynctest (#44746)
This commit is contained in:
@@ -26,6 +26,8 @@ If your light doesn't support white value feature, omit `white_value_template`.
|
||||
|
||||
If your light doesn't support RGB feature, omit `(red|green|blue)_template`.
|
||||
"""
|
||||
from unittest.mock import patch
|
||||
|
||||
import pytest
|
||||
|
||||
from homeassistant.components import light
|
||||
@@ -62,7 +64,6 @@ from .test_common import (
|
||||
help_test_update_with_json_attrs_not_dict,
|
||||
)
|
||||
|
||||
from tests.async_mock import patch
|
||||
from tests.common import assert_setup_component, async_fire_mqtt_message
|
||||
from tests.components.light import common
|
||||
|
||||
|
Reference in New Issue
Block a user