1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00

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',
'Home Alone']},
'who_cooks': {'icon': 'mdi:panda',
'initial': 'Anne Therese',
'name': 'Who cooks today',
'options': ['Paulus', 'Anne Therese']}}})
'initial': 'Anne Therese',
'name': 'Who cooks today',
'options': ['Paulus', 'Anne Therese']}}})
#Set up input boolean
bootstrap.setup_component(
hass, 'input_boolean',