mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Cleanup root component imports in tests (#78893)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"""Test KNX climate."""
|
||||
from homeassistant.components.climate.const import PRESET_ECO, PRESET_SLEEP, HVACMode
|
||||
from homeassistant.components.climate import PRESET_ECO, PRESET_SLEEP, HVACMode
|
||||
from homeassistant.components.knx.schema import ClimateSchema
|
||||
from homeassistant.const import CONF_NAME, STATE_IDLE
|
||||
from homeassistant.core import HomeAssistant
|
||||
|
||||
Reference in New Issue
Block a user