Climate const.py move (#20945)
* Move constants to const.py * Import from const instead of climate
This commit is contained in:
parent
3736120c6a
commit
c5de32e7b1
72 changed files with 372 additions and 295 deletions
|
@ -3,7 +3,7 @@ import unittest
|
|||
from unittest import mock
|
||||
import homeassistant.const as const
|
||||
from homeassistant.components.ecobee import climate as ecobee
|
||||
from homeassistant.components.climate import STATE_OFF
|
||||
from homeassistant.const import STATE_OFF
|
||||
|
||||
|
||||
class TestEcobee(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue