forked from home-assistant/core
Demo: show correct group name for living room
This commit is contained in:
@@ -123,7 +123,7 @@ def setup(hass, config):
|
|||||||
{'entity_id': switches[1:]}))
|
{'entity_id': switches[1:]}))
|
||||||
|
|
||||||
# Setup room groups
|
# 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:])
|
group.setup_group(hass, 'bedroom', [lights[3]] + switches[1:])
|
||||||
|
|
||||||
# Setup process
|
# Setup process
|
||||||
|
Reference in New Issue
Block a user