mirror of
https://github.com/esphome/esphome.git
synced 2026-03-04 11:48:21 -07:00
7 lines
134 B
Python
7 lines
134 B
Python
import esphome.codegen as cg
|
|
|
|
CODEOWNERS = ["@clydebarrow"]
|
|
DEPENDENCIES = ["i2c"]
|
|
|
|
axs15231_ns = cg.esphome_ns.namespace("axs15231")
|