[dsmr] Update dsmr_parser library to 1.9.0 (#16881)

This commit is contained in:
PolarGoose
2026-06-09 13:04:10 +02:00
committed by GitHub
parent cdc63f0fed
commit 25d656d468
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
a1aa12cb72cb0cc57c25649aafed8412434b013885cfda107f8aac5c083b4577
def25306bb0f5e09b94fe7b74ffa6995a56bb951e7a27d9ad0a21103532a74a9

View File

@@ -87,7 +87,7 @@ async def to_code(config):
cg.add_build_flag("-DDSMR_WATER_MBUS_ID=" + str(config[CONF_WATER_MBUS_ID]))
cg.add_build_flag("-DDSMR_THERMAL_MBUS_ID=" + str(config[CONF_THERMAL_MBUS_ID]))
cg.add_library("esphome/dsmr_parser", "1.8.0")
cg.add_library("esphome/dsmr_parser", "1.9.0")
def final_validate(config: ConfigType) -> ConfigType:

View File

@@ -37,7 +37,7 @@ lib_deps_base =
wjtje/qr-code-generator-library@1.7.0 ; qr_code
functionpointer/arduino-MLX90393@1.0.2 ; mlx90393
pavlodn/HaierProtocol@0.9.31 ; haier
esphome/dsmr_parser@1.8.0 ; dsmr
esphome/dsmr_parser@1.9.0 ; dsmr
https://github.com/esphome/TinyGPSPlus.git#v1.1.0 ; gps
; This is using the repository until a new release is published to PlatformIO
https://github.com/Sensirion/arduino-gas-index-algorithm.git#3.2.1 ; Sensirion Gas Index Algorithm Arduino Library