Update demo.py

This commit is contained in:
Karen Goode 2016-02-26 18:25:39 -08:00
parent 712ba65d26
commit 2a01b09d31

View File

@ -135,9 +135,9 @@ def setup(hass, config):
'Visitors with kids', 'Visitors with kids',
'Home Alone']}, 'Home Alone']},
'who_cooks': {'icon': 'mdi:panda', 'who_cooks': {'icon': 'mdi:panda',
'initial': 'Anne Therese', 'initial': 'Anne Therese',
'name': 'Who cooks today', 'name': 'Who cooks today',
'options': ['Paulus', 'Anne Therese']}}}) 'options': ['Paulus', 'Anne Therese']}}})
#Set up input boolean #Set up input boolean
bootstrap.setup_component( bootstrap.setup_component(
hass, 'input_boolean', hass, 'input_boolean',