1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-16 07:40:29 +01:00
2025-02-28 16:04:36 +13:00

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 = {}