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

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