Skip to content

Commit

Permalink
Fix adding another mbedtls (esphome#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter authored and sashao committed Oct 23, 2020
1 parent cdcaa62 commit 9ae024f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions esphome/components/xiaomi_cgd1/sensor.py
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions esphome/components/xiaomi_lywsd03mmc/sensor.py
Expand Up @@ -40,5 +40,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)
2 changes: 0 additions & 2 deletions esphome/components/xiaomi_mjyd02yla/binary_sensor.py
Expand Up @@ -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)

0 comments on commit 9ae024f

Please sign in to comment.