mirror of
https://github.com/esphome/esphome.git
synced 2025-10-10 22:03:46 +01:00
[core] Update some coroutine priorities (#6755)
This commit is contained in:
@@ -156,7 +156,7 @@ async def new_datetime(config, *args):
|
||||
return var
|
||||
|
||||
|
||||
@coroutine_with_priority(40.0)
|
||||
@coroutine_with_priority(100.0)
|
||||
async def to_code(config):
|
||||
cg.add_define("USE_DATETIME")
|
||||
cg.add_global(datetime_ns.using)
|
||||
|
Reference in New Issue
Block a user