From 7f27cc5468af351956789605ad3d98c30a2be0bc Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 27 Aug 2016 07:45:46 +0100 Subject: [PATCH] Fix tests docstring --- tests/components/automation/test_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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