mirror of
https://github.com/esphome/esphome.git
synced 2026-02-21 08:55:36 -07: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")
|