Cleanup root component imports in tests (#78893)
This commit is contained in:
parent
cd6697615f
commit
0d696b84b2
65 changed files with 82 additions and 88 deletions
|
@ -3,8 +3,8 @@
|
|||
All containing methods are legacy helpers that should not be used by new
|
||||
components. Instead call the service directly.
|
||||
"""
|
||||
from homeassistant.components.climate import _LOGGER
|
||||
from homeassistant.components.climate.const import (
|
||||
from homeassistant.components.climate import (
|
||||
_LOGGER,
|
||||
ATTR_AUX_HEAT,
|
||||
ATTR_FAN_MODE,
|
||||
ATTR_HUMIDITY,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue