mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Demo: show correct group name for living room
This commit is contained in:
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…
x
Reference in New Issue
Block a user