mirror of
https://github.com/esphome/esphome.git
synced 2025-11-15 22:35:46 +00: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")
|