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

This commit is contained in:
epenet 2022-09-10 23:39:52 +02:00 committed by GitHub
parent 7eefaa308f
commit ec532414ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 75 additions and 71 deletions

View file

@ -4,14 +4,14 @@ from __future__ import annotations
import logging
from typing import Any
from homeassistant.components.climate import ClimateEntity
from homeassistant.components.climate.const import (
from homeassistant.components.climate import (
FAN_AUTO,
FAN_DIFFUSE,
FAN_FOCUS,
FAN_HIGH,
FAN_LOW,
FAN_MEDIUM,
ClimateEntity,
ClimateEntityFeature,
HVACMode,
)