Update demo.py
This commit is contained in:
parent
2a01b09d31
commit
02faefdab3
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue