Updated homie

This commit is contained in:
Ard Kuijpers
2025-03-25 16:35:31 +01:00
parent ccb31cbdc1
commit d137058ca9
5 changed files with 15 additions and 55 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "dsmr2mqtt"
version = "0.5.1"
version = "0.5.2"
description = "DSMR (Dutch Smart Meter Requirements) to MQTT bridge"
authors = ["Ard Kuijpers <ardkuijpers@gmail.com>"]
readme = "README.md"
@@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
# homie4 = "^0.4.0"
homie4 = { path = "packages/homie4-0.4.1-py3-none-any.whl" }
homie4 = { path = "packages/homie4-0.4.2-py3-none-any.whl" }
pydantic-settings = "^2.8.1"
dsmr-parser = "^1.4.3"