Files
waveshare-panel/custom_components/icnt86x/__init__.py
T

7 lines
129 B
Python
Raw 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")