mirror of
https://github.com/esphome/esphome.git
synced 2025-09-14 01:02:19 +01:00
8 lines
119 B
Python
8 lines
119 B
Python
import esphome.codegen as cg
|
|
|
|
CODEOWNERS = ["@esphome/core"]
|
|
|
|
|
|
async def to_code(config):
|
|
cg.add_define("USE_MD5")
|