1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Drop use of mock_mqtt_component (#37013)

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
Erik Montnemery
2020-06-23 19:17:22 +02:00
committed by GitHub
parent cf6480cda0
commit 4e77969f5e
13 changed files with 2168 additions and 2375 deletions

View File

@@ -23,6 +23,7 @@ from homeassistant.components.climate.const import (
SUPPORT_TARGET_TEMPERATURE_RANGE,
)
from homeassistant.const import STATE_OFF
from homeassistant.setup import async_setup_component
from .test_common import (
help_test_availability_when_connection_lost,
@@ -48,7 +49,7 @@ from .test_common import (
)
from tests.async_mock import call
from tests.common import async_fire_mqtt_message, async_setup_component
from tests.common import async_fire_mqtt_message
from tests.components.climate import common
ENTITY_CLIMATE = "climate.test"