mirror of
https://github.com/esphome/esphome.git
synced 2025-03-14 04:25:15 +01:00
AUTO_LOAD = ["binary_sensor"]
This commit is contained in:
parent
9ca2b09b3a
commit
2b286e7ad2
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ from esphome.const import (
|
|||
|
||||
CODEOWNERS = ["@gabest11"]
|
||||
DEPENDENCIES = ["i2c"]
|
||||
AUTO_LOAD = ["sensor", "text_sensor", "number", "switch", "select", "text"]
|
||||
AUTO_LOAD = ["sensor", "binary_sensor", "text_sensor", "number", "switch", "select", "text"]
|
||||
MULTI_CONF = True
|
||||
|
||||
UNIT_MEGA_HERTZ = "MHz"
|
||||
|
|
Loading…
Add table
Reference in a new issue