mirror of
https://github.com/esphome/esphome.git
synced 2025-04-16 07:40:29 +01:00
9 lines
203 B
Python
9 lines
203 B
Python
import esphome.codegen as cg
|
|
|
|
io_bus_ns = cg.esphome_ns.namespace("io_bus")
|
|
IOBus = io_bus_ns.class_("IOBus")
|
|
|
|
CODEOWNERS = ["@clydebarrow"]
|
|
# Allow configuration in yaml, for testing
|
|
CONFIG_SCHEMA = {}
|