mirror of
https://github.com/home-assistant/core.git
synced 2025-12-22 11:59:34 +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,5 +1,5 @@
|
||||
"""Basic checks for HomeKitclimate."""
|
||||
from homeassistant.components.climate import (
|
||||
from homeassistant.components.climate.const import (
|
||||
DOMAIN, SERVICE_SET_OPERATION_MODE, SERVICE_SET_TEMPERATURE)
|
||||
from tests.components.homekit_controller.common import (
|
||||
setup_test_component)
|
||||
|
||||
Reference in New Issue
Block a user