Files

7 lines
129 B
Python
Raw Permalink Normal View History

2026-05-07 16:28:08 -07:00
import esphome.codegen as cg
CODEOWNERS = ["@andrewmv"]
DEPENDENCIES = ["i2c"]
icnt86x_ns = cg.esphome_ns.namespace("icnt86x")