Demo: show correct group name for living room
This commit is contained in:
parent
c75447bc66
commit
1ce8b6de7a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue