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:43:50 -08:00
parent 2a01b09d31
commit 02faefdab3

View File

@ -127,7 +127,7 @@ def setup(hass, config):
}},
]})
#Set up input select
# Set up input select
bootstrap.setup_component(
hass, 'input_select',
{'input_select':
@ -138,7 +138,7 @@ def setup(hass, config):
'initial': 'Anne Therese',
'name': 'Who cooks today',
'options': ['Paulus', 'Anne Therese']}}})
#Set up input boolean
# Set up input boolean
bootstrap.setup_component(
hass, 'input_boolean',
{'input_boolean': {'notify': {'icon': 'mdi:car',