Tests for MQTT sensor/switch

This commit is contained in:
Paulus Schoutsen 2015-10-02 23:57:26 -07:00
parent 6de64d7695
commit d35f5b9f97
8 changed files with 136 additions and 10 deletions

View file

@ -11,7 +11,7 @@ from homeassistant.components import automation, zone
from tests.common import get_test_home_assistant
class TestAutomationEvent(unittest.TestCase):
class TestAutomationZone(unittest.TestCase):
""" Test the event automation. """
def setUp(self): # pylint: disable=invalid-name