add voltage_sampler to autoload

This commit is contained in:
Philipp Harms 2024-10-18 23:33:36 +02:00
parent 59c81a504c
commit f12c304d93

View file

@ -9,6 +9,7 @@ from esphome.const import (
UNIT_VOLT,
)
AUTO_LOAD = ["voltage_sampler"]
DEPENDENCIES = ["i2c"]
# CONF_CONTINUOUS_MODE = "continuous_mode"