Tons of fixes - WIP

This commit is contained in:
Paulus Schoutsen 2016-05-14 00:58:36 -07:00
parent 768c98d359
commit 15e329a588
22 changed files with 938 additions and 1604 deletions

View file

@ -12,7 +12,7 @@ from homeassistant.components import logbook
from tests.common import mock_http_component, get_test_home_assistant
class TestComponentHistory(unittest.TestCase):
class TestComponentLogbook(unittest.TestCase):
"""Test the History component."""
def setUp(self):