mirror of
https://github.com/esphome/esphome.git
synced 2025-04-11 13:20:31 +01: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")
|