mirror of
https://github.com/esphome/esphome.git
synced 2024-12-04 12:38:17 +01:00
add voltage_sampler to autoload
This commit is contained in:
parent
59c81a504c
commit
f12c304d93
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ from esphome.const import (
|
||||||
UNIT_VOLT,
|
UNIT_VOLT,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
AUTO_LOAD = ["voltage_sampler"]
|
||||||
DEPENDENCIES = ["i2c"]
|
DEPENDENCIES = ["i2c"]
|
||||||
|
|
||||||
# CONF_CONTINUOUS_MODE = "continuous_mode"
|
# CONF_CONTINUOUS_MODE = "continuous_mode"
|
||||||
|
|
Loading…
Reference in a new issue