mirror of
https://github.com/home-assistant/core.git
synced 2025-11-01 23:19:22 +00:00
Climate const.py move (#20945)
* Move constants to const.py * Import from const instead of climate
This commit is contained in:
committed by
Fabian Affolter
parent
3736120c6a
commit
c5de32e7b1
@@ -1,7 +1,7 @@
|
||||
"""Test Z-Wave climate devices."""
|
||||
import pytest
|
||||
|
||||
from homeassistant.components.climate import STATE_COOL, STATE_HEAT
|
||||
from homeassistant.components.climate.const import STATE_COOL, STATE_HEAT
|
||||
from homeassistant.components.zwave import climate
|
||||
from homeassistant.const import (
|
||||
STATE_OFF, TEMP_CELSIUS, TEMP_FAHRENHEIT, ATTR_TEMPERATURE)
|
||||
|
||||
Reference in New Issue
Block a user