Import climate constants from root [a-l] (#78021)

This commit is contained in:
epenet 2022-09-08 11:24:15 +02:00 committed by GitHub
parent c134bcc536
commit f14bb8195f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 59 additions and 36 deletions

View file

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