Skip to content

Commit

Permalink
select
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Nov 2, 2023
1 parent 0c64f2b commit 77818d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/BalboaGL/select/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async def setup_conf(config, key):
if key in config:
conf = config[key]
options_map = conf[CONF_OPTIONS]
var = await select.new_select(conf, options=list(options_map.values()))
var = await select.new_select(conf, options=["off","high"])
await cg.register_component(var, conf)

# var = await select.new_select(config, options=list(options_map.values()))
Expand Down

0 comments on commit 77818d3

Please sign in to comment.