diff --git a/tests/components/automation/test_init.py b/tests/components/automation/test_init.py index 744bd0becfb..77727ca56b5 100644 --- a/tests/components/automation/test_init.py +++ b/tests/components/automation/test_init.py @@ -359,7 +359,7 @@ class TestAutomation(unittest.TestCase): assert self.calls[1].data['position'] == 1 def test_services(self): - """ """ + """Test the automation services for turning entities on/off.""" entity_id = 'automation.hello' assert self.hass.states.get(entity_id) is None