mirror of
https://github.com/esphome/esphome.git
synced 2025-10-15 16:23:48 +01:00
[core] Replace magic coroutine priority numbers with self-documenting CoroPriority enum (#10518)
This commit is contained in:
@@ -29,6 +29,7 @@ from esphome.const import (
|
||||
|
||||
# pylint: disable=unused-import
|
||||
from esphome.coroutine import ( # noqa: F401
|
||||
CoroPriority,
|
||||
FakeAwaitable as _FakeAwaitable,
|
||||
FakeEventLoop as _FakeEventLoop,
|
||||
coroutine,
|
||||
|
Reference in New Issue
Block a user