Import climate constants from root [m-z] (#78020)
This commit is contained in:
parent
f87e873275
commit
e2568d8375
23 changed files with 67 additions and 44 deletions
|
@ -6,8 +6,9 @@ from typing import Any
|
|||
import proliphix
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components.climate import PLATFORM_SCHEMA, ClimateEntity
|
||||
from homeassistant.components.climate.const import (
|
||||
from homeassistant.components.climate import (
|
||||
PLATFORM_SCHEMA,
|
||||
ClimateEntity,
|
||||
ClimateEntityFeature,
|
||||
HVACAction,
|
||||
HVACMode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue