Import climate constants from root [a-l] (#78177)
This commit is contained in:
parent
7eefaa308f
commit
ec532414ba
36 changed files with 75 additions and 71 deletions
|
@ -7,8 +7,7 @@ from typing import Any
|
|||
from pyaehw4a1.aehw4a1 import AehW4a1
|
||||
import pyaehw4a1.exceptions
|
||||
|
||||
from homeassistant.components.climate import ClimateEntity
|
||||
from homeassistant.components.climate.const import (
|
||||
from homeassistant.components.climate import (
|
||||
FAN_AUTO,
|
||||
FAN_HIGH,
|
||||
FAN_LOW,
|
||||
|
@ -21,6 +20,7 @@ from homeassistant.components.climate.const import (
|
|||
SWING_HORIZONTAL,
|
||||
SWING_OFF,
|
||||
SWING_VERTICAL,
|
||||
ClimateEntity,
|
||||
ClimateEntityFeature,
|
||||
HVACMode,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue