mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 09:18:00 +01:00
AUTO_LOAD = ["sensor"]
This commit is contained in:
parent
77c95c1aa6
commit
91bbf0e69f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ from esphome.const import (
|
|||
|
||||
CODEOWNERS = ["@gabest11"]
|
||||
DEPENDENCIES = ["i2c"]
|
||||
AUTO_LOAD = ["binary_sensor", "number", "switch", "select", "text"]
|
||||
AUTO_LOAD = ["sensor", "binary_sensor", "number", "switch", "select", "text"]
|
||||
MULTI_CONF = True
|
||||
|
||||
UNIT_MEGA_HERTZ = "MHz"
|
||||
|
|
Loading…
Reference in a new issue