Cleanup root component imports in tests (#78893)

This commit is contained in:
epenet 2022-09-21 18:57:41 +02:00 committed by GitHub
parent cd6697615f
commit 0d696b84b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
65 changed files with 82 additions and 88 deletions

View file

@ -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,