mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Update demo.py
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user