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