Bump improv library to 1.2.4 (#7174)

This commit is contained in:
Jesse Hills
2024-08-02 10:01:21 +12:00
committed by GitHub
parent a5f18dfe7f
commit aedfb32482
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -1,8 +1,7 @@
import re
import esphome.config_validation as cv
import esphome.codegen as cg
import esphome.config_validation as cv
from esphome.const import __version__
CODEOWNERS = ["@esphome/core"]
@@ -39,4 +38,4 @@ def _process_next_url(url: str):
async def setup_improv_core(var, config):
if CONF_NEXT_URL in config:
cg.add(var.set_next_url(_process_next_url(config[CONF_NEXT_URL])))
cg.add_library("esphome/Improv", "1.2.3")
cg.add_library("improv/Improv", "1.2.4")