Remove i2c dependency from ttp229_bsf (#4851)

This commit is contained in:
Jesse Hills 2023-05-18 11:34:18 +12:00 committed by GitHub
parent 9e3ecc8372
commit 1b77996ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ import esphome.config_validation as cv
from esphome import pins
from esphome.const import CONF_ID, CONF_SDO_PIN, CONF_SCL_PIN
DEPENDENCIES = ["i2c"]
AUTO_LOAD = ["binary_sensor"]
CONF_TTP229_ID = "ttp229_id"