Extract core into own submodule

This commit is contained in:
Paulus Schoutsen 2015-08-16 20:44:46 -07:00
parent 60abaa585c
commit 1b89a502c4
39 changed files with 49 additions and 50 deletions

View file

@ -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