mirror of
https://github.com/esphome/esphome.git
synced 2026-09-26 14:30:23 +00:00
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
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"
|