mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-24 14:48:29 +02:00
ccf57488c5
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"
|