mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add service to change visibility of a group (#3998)
This commit is contained in:
committed by
Paulus Schoutsen
parent
3f6a5564ad
commit
33e46b484f
@@ -153,3 +153,6 @@ class TestServiceHelpers(unittest.TestCase):
|
||||
|
||||
self.assertEqual(['light.ceiling', 'light.kitchen'],
|
||||
service.extract_entity_ids(self.hass, call))
|
||||
|
||||
self.assertEqual(['group.test'], service.extract_entity_ids(
|
||||
self.hass, call, expand_group=False))
|
||||
|
||||
Reference in New Issue
Block a user