mirror of
https://github.com/home-assistant/core.git
synced 2025-08-16 11:01:39 +02:00
fix tests
This commit is contained in:
@@ -76,6 +76,7 @@ class TestHelpersEntityComponent(unittest.TestCase):
|
|||||||
|
|
||||||
def test_setting_up_group(self):
|
def test_setting_up_group(self):
|
||||||
"""Setup the setting of a group."""
|
"""Setup the setting of a group."""
|
||||||
|
setup_component(self.hass, 'group', {'group': {}})
|
||||||
component = EntityComponent(_LOGGER, DOMAIN, self.hass,
|
component = EntityComponent(_LOGGER, DOMAIN, self.hass,
|
||||||
group_name='everyone')
|
group_name='everyone')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user