1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

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

@@ -7,7 +7,7 @@ Tests core compoments.
# pylint: disable=protected-access,too-many-public-methods
import unittest
import homeassistant as ha
import homeassistant.core as ha
import homeassistant.loader as loader
from homeassistant.const import (
STATE_ON, STATE_OFF, SERVICE_TURN_ON, SERVICE_TURN_OFF)