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
+1 -1
View File
@@ -30,4 +30,4 @@ FINAL_VALIDATE_SCHEMA = validate_logger_baud_rate
async def to_code(config):
var = cg.new_Pvariable(config[CONF_ID])
await cg.register_component(var, config)
cg.add_library("esphome/Improv", "1.0.0")
cg.add_library("esphome/Improv", "1.1.0")