mirror of
https://github.com/esphome/esphome.git
synced 2025-11-16 06:45:48 +00:00
Co-authored-by: descipher <mike.laspina@gelidus.ca> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
8 lines
160 B
Python
8 lines
160 B
Python
import esphome.codegen as cg
|
|
|
|
CODEOWNERS = ["@circuitsetup", "@descipher"]
|
|
|
|
atm90e32_ns = cg.esphome_ns.namespace("atm90e32")
|
|
|
|
CONF_ATM90E32_ID = "atm90e32_id"
|