1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-13 22:28:14 +00:00
This commit is contained in:
mvturnho 2019-04-03 17:00:26 +02:00
parent 35fa02b941
commit e1ce1482f4

View File

@ -22,4 +22,3 @@ def to_code(config):
yield
rhs = TTP229BSFChannel.new(config[CONF_NAME], config[CONF_CHANNEL])
binary_sensor.register_binary_sensor(hub.add_channel(rhs), config)