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

Bump improv library to 1.2.1 (#3160)

This commit is contained in:
Jesse Hills
2022-02-04 19:15:00 +13:00
committed by GitHub
parent 42984fa72a
commit ab47e201c7
3 changed files with 3 additions and 3 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.2.0")
cg.add_library("esphome/Improv", "1.2.1")
cg.add(var.set_identify_duration(config[CONF_IDENTIFY_DURATION]))
cg.add(var.set_authorized_duration(config[CONF_AUTHORIZED_DURATION]))