Extract core into own submodule
This commit is contained in:
parent
60abaa585c
commit
1b89a502c4
39 changed files with 49 additions and 50 deletions
|
@ -18,7 +18,7 @@ old state will not be restored when it is being deactivated.
|
|||
import logging
|
||||
from collections import namedtuple
|
||||
|
||||
from homeassistant import State
|
||||
from homeassistant.core import State
|
||||
from homeassistant.helpers.event import track_state_change
|
||||
from homeassistant.helpers.entity import ToggleEntity
|
||||
from homeassistant.helpers.entity_component import EntityComponent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue