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
|
@ -4,8 +4,8 @@ from __future__ import annotations
|
|||
from collections.abc import Mapping
|
||||
from typing import Any
|
||||
|
||||
from homeassistant.components.climate import ClimateEntity
|
||||
from homeassistant.components.climate.const import (
|
||||
from homeassistant.components.climate import (
|
||||
ClimateEntity,
|
||||
ClimateEntityFeature,
|
||||
HVACAction,
|
||||
HVACMode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue