Demo: show correct group name for living room

pull/26/head
Paulus Schoutsen 2015-01-31 19:51:42 -08:00
parent c75447bc66
commit 1ce8b6de7a
1 changed files with 1 additions and 1 deletions

View File

@ -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