Skip to content

Commit 8d824da

Browse files
committed
pump v0.4.2
1 parent 522daf5 commit 8d824da

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,4 @@ If Home Assistant is enabled (`HASS_ENABLED: True`) Home Assistant auto config m
159159
| 0.3.0 | 2024-09-07 | hmueller01 | migrated to new APsystemsEZ1 2.x API |
160160
| 0.4.0 | 2024-10-21 | hmueller01 | added APsystemsEZ1 2.4 API enable_debounce=True |
161161
| 0.4.1 | 2024-11-03 | hmueller01 | switch from asyncio.gather() to async TaskGroup() |
162+
| 0.4.2 | 2025-02-16 | hmueller01 | updated to APsystemsEZ1 API 2.5.0 |

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "apsystems-ez1-mqtt"
3-
version = "0.4.0"
3+
version = "0.4.2"
44
description = "APsystems EZ1 inverter local API gateway to MQTT, HomA and Home Assistant"
55
authors = ["Holger Mueller <github@euhm.de>"]
66
license = "MIT"
@@ -9,7 +9,7 @@ include = ["config-template.yaml"]
99

1010
[tool.poetry.dependencies]
1111
python = "^3.11"
12-
apsystems-ez1 = "^2.4.0"
12+
apsystems-ez1 = "^2.5.0"
1313
paho-mqtt = "^2.1.0"
1414
certifi = "^2024.2.2"
1515
pyyaml = "^6.0.1"

0 commit comments

Comments
 (0)