mirror of
https://github.com/esphome/esphome.git
synced 2025-09-15 09:42:19 +01:00
9 lines
234 B
Python
9 lines
234 B
Python
import esphome.codegen as cg
|
|
|
|
CODEOWNERS = ["@circuitsetup", "@descipher"]
|
|
|
|
atm90e32_ns = cg.esphome_ns.namespace("atm90e32")
|
|
ATM90E32Component = atm90e32_ns.class_("ATM90E32Component", cg.Component)
|
|
|
|
CONF_ATM90E32_ID = "atm90e32_id"
|