mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Remove i2c dependency from ttp229_bsf (#4851)
This commit is contained in:
parent
f90e9ba871
commit
bfaad1f28d
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ import esphome.config_validation as cv
|
||||||
from esphome import pins
|
from esphome import pins
|
||||||
from esphome.const import CONF_ID, CONF_SDO_PIN, CONF_SCL_PIN
|
from esphome.const import CONF_ID, CONF_SDO_PIN, CONF_SCL_PIN
|
||||||
|
|
||||||
DEPENDENCIES = ["i2c"]
|
|
||||||
AUTO_LOAD = ["binary_sensor"]
|
AUTO_LOAD = ["binary_sensor"]
|
||||||
|
|
||||||
CONF_TTP229_ID = "ttp229_id"
|
CONF_TTP229_ID = "ttp229_id"
|
||||||
|
|
Loading…
Reference in a new issue