mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Allow groups to be used as views
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
"""
|
||||
tests.components.automation.test_location
|
||||
±±±~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
tests.components.test_zone
|
||||
±±±~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Tests location automation.
|
||||
Tests zone component.
|
||||
"""
|
||||
import unittest
|
||||
|
||||
@@ -11,8 +11,8 @@ from homeassistant.components import zone
|
||||
from tests.common import get_test_home_assistant
|
||||
|
||||
|
||||
class TestAutomationZone(unittest.TestCase):
|
||||
""" Test the event automation. """
|
||||
class TestComponentZone(unittest.TestCase):
|
||||
""" Test the zone component. """
|
||||
|
||||
def setUp(self): # pylint: disable=invalid-name
|
||||
self.hass = get_test_home_assistant()
|
||||
|
||||
Reference in New Issue
Block a user