1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-27 07:32:22 +01:00

Bump improv library version (#3072)

This commit is contained in:
Jesse Hills
2022-01-20 15:21:44 +13:00
committed by GitHub
parent 172507acb5
commit 1f8a1f0046
4 changed files with 10 additions and 53 deletions

View File

@@ -56,7 +56,7 @@ async def to_code(config):
cg.add(ble_server.register_service_component(var))
cg.add_define("USE_IMPROV")
cg.add_library("esphome/Improv", "1.0.0")
cg.add_library("esphome/Improv", "1.1.0")
cg.add(var.set_identify_duration(config[CONF_IDENTIFY_DURATION]))
cg.add(var.set_authorized_duration(config[CONF_AUTHORIZED_DURATION]))