mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-25 07:08:30 +02:00
Convert components to async-def syntax (#1821)
This commit is contained in:
@@ -98,7 +98,7 @@ CONFIG_SCHEMA = cv.ensure_list(
|
||||
)
|
||||
|
||||
|
||||
def to_code(config):
|
||||
async def to_code(config):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user