1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

[core] Update some coroutine priorities (#6755)

This commit is contained in:
Jesse Hills
2024-05-16 16:46:16 +12:00
committed by GitHub
parent 996f71c03c
commit 034c196ad8
7 changed files with 6 additions and 8 deletions

View File

@@ -76,7 +76,7 @@ BASE_OTA_SCHEMA = cv.Schema(
)
@coroutine_with_priority(50.0)
@coroutine_with_priority(51.0)
async def to_code(config):
cg.add_define("USE_OTA")