1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-21 11:13:46 +01:00

Fix adding another mbedtls (#1131)

This commit is contained in:
Otto Winter
2020-07-14 18:59:48 +02:00
committed by GitHub
parent 465cd3d1f9
commit e20c994b82
3 changed files with 0 additions and 6 deletions

View File

@@ -39,5 +39,3 @@ def to_code(config):
if CONF_BATTERY_LEVEL in config:
sens = yield sensor.new_sensor(config[CONF_BATTERY_LEVEL])
cg.add(var.set_battery_level(sens))
cg.add_library("mbedtls", None)