1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

update dsmr to 0.7 (#5011)

This commit is contained in:
Philippe Vlérick
2023-06-26 22:09:52 +02:00
committed by GitHub
parent ef84937fd6
commit d9398a91d1
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ async def to_code(config):
cg.add_build_flag("-DDSMR_GAS_MBUS_ID=" + str(config[CONF_GAS_MBUS_ID]))
# DSMR Parser
cg.add_library("glmnet/Dsmr", "0.5")
cg.add_library("glmnet/Dsmr", "0.7")
# Crypto
cg.add_library("rweather/Crypto", "0.4.0")