1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-15 23:30:28 +01:00

9 lines
232 B
Python

from .dallas_pio import CONFIG_SCHEMA, DallasPio, to_code
CODEOWNERS = ["@tdy91"]
DEPENDENCIES = ["one_wire", "binary_sensor", "switch"]
AUTO_LOAD = ["binary_sensor", "switch"]
__all__ = ["CONFIG_SCHEMA", "DallasPio", "to_code"]