mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-30 01:38:27 +02:00
[core] Update some coroutine priorities (#6755)
This commit is contained in:
@@ -113,7 +113,7 @@ async def new_select(config, *, options: list[str]):
|
||||
return var
|
||||
|
||||
|
||||
@coroutine_with_priority(40.0)
|
||||
@coroutine_with_priority(100.0)
|
||||
async def to_code(config):
|
||||
cg.add_define("USE_SELECT")
|
||||
cg.add_global(select_ns.using)
|
||||
|
||||
Reference in New Issue
Block a user