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