7 lines
129 B
Python
7 lines
129 B
Python
|
|
import esphome.codegen as cg
|
||
|
|
|
||
|
|
CODEOWNERS = ["@andrewmv"]
|
||
|
|
DEPENDENCIES = ["i2c"]
|
||
|
|
|
||
|
|
icnt86x_ns = cg.esphome_ns.namespace("icnt86x")
|