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 @@ import homeassistant.components.automation as automation
from tests.common import mock_mqtt_component, fire_mqtt_message
class TestAutomationState(unittest.TestCase):
class TestAutomationMQTT(unittest.TestCase):
""" Test the event automation. """
def setUp(self): # pylint: disable=invalid-name