Bump esphome/Improv to 1.2.3 (#3948)

This commit is contained in:
Jesse Hills
2022-10-27 07:44:15 +13:00
committed by GitHub
parent 2de891dc32
commit 991fc54994
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -37,4 +37,4 @@ FINAL_VALIDATE_SCHEMA = validate_logger
async def to_code(config):
var = cg.new_Pvariable(config[CONF_ID])
await cg.register_component(var, config)
cg.add_library("esphome/Improv", "1.2.1")
cg.add_library("esphome/Improv", "1.2.3")