Demo: show correct group name for living room
parent
c75447bc66
commit
1ce8b6de7a
|
@ -123,7 +123,7 @@ def setup(hass, config):
|
|||
{'entity_id': switches[1:]}))
|
||||
|
||||
# Setup room groups
|
||||
group.setup_group(hass, 'living_room', lights[0:3] + switches[0:1])
|
||||
group.setup_group(hass, 'living room', lights[0:3] + switches[0:1])
|
||||
group.setup_group(hass, 'bedroom', [lights[3]] + switches[1:])
|
||||
|
||||
# Setup process
|
||||
|
|
Loading…
Reference in New Issue