Import climate constants from root [m-z] (#78020)

This commit is contained in:
epenet 2022-09-08 10:34:44 +02:00 committed by GitHub
parent f87e873275
commit e2568d8375
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 67 additions and 44 deletions

View file

@ -4,9 +4,9 @@ from typing import Any
from screenlogicpy.const import DATA as SL_DATA, EQUIPMENT, HEAT_MODE
from homeassistant.components.climate import ClimateEntity
from homeassistant.components.climate.const import (
from homeassistant.components.climate import (
ATTR_PRESET_MODE,
ClimateEntity,
ClimateEntityFeature,
HVACAction,
HVACMode,