mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-07 13:24:56 +02:00
Fix adding another mbedtls (#1131)
This commit is contained in:
@@ -43,5 +43,3 @@ def to_code(config):
|
||||
if CONF_LIGHT in config:
|
||||
sens = yield binary_sensor.new_binary_sensor(config[CONF_LIGHT])
|
||||
cg.add(var.set_light(sens))
|
||||
|
||||
cg.add_library("mbedtls", None)
|
||||
|
||||
Reference in New Issue
Block a user