Import climate constants from root [a-l] (#78021)
This commit is contained in:
parent
c134bcc536
commit
f14bb8195f
21 changed files with 59 additions and 36 deletions
|
@ -7,8 +7,12 @@ from typing import Any
|
|||
from heatmiserV3 import connection, heatmiser
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components.climate import PLATFORM_SCHEMA, ClimateEntity
|
||||
from homeassistant.components.climate.const import ClimateEntityFeature, HVACMode
|
||||
from homeassistant.components.climate import (
|
||||
PLATFORM_SCHEMA,
|
||||
ClimateEntity,
|
||||
ClimateEntityFeature,
|
||||
HVACMode,
|
||||
)
|
||||
from homeassistant.const import (
|
||||
ATTR_TEMPERATURE,
|
||||
CONF_HOST,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue