Add service to change visibility of a group (#3998)
This commit is contained in:
parent
3f6a5564ad
commit
33e46b484f
7 changed files with 106 additions and 9 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue