Commit 8d824da 1 parent 522daf5 commit 8d824da Copy full SHA for 8d824da
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -159,3 +159,4 @@ If Home Assistant is enabled (`HASS_ENABLED: True`) Home Assistant auto config m
159
159
| 0.3.0 | 2024-09-07 | hmueller01 | migrated to new APsystemsEZ1 2.x API |
160
160
| 0.4.0 | 2024-10-21 | hmueller01 | added APsystemsEZ1 2.4 API enable_debounce=True |
161
161
| 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 |
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " apsystems-ez1-mqtt"
3
- version = " 0.4.0 "
3
+ version = " 0.4.2 "
4
4
description = " APsystems EZ1 inverter local API gateway to MQTT, HomA and Home Assistant"
5
5
authors = [" Holger Mueller <github@euhm.de>" ]
6
6
license = " MIT"
@@ -9,7 +9,7 @@ include = ["config-template.yaml"]
9
9
10
10
[tool .poetry .dependencies ]
11
11
python = " ^3.11"
12
- apsystems-ez1 = " ^2.4 .0"
12
+ apsystems-ez1 = " ^2.5 .0"
13
13
paho-mqtt = " ^2.1.0"
14
14
certifi = " ^2024.2.2"
15
15
pyyaml = " ^6.0.1"
You can’t perform that action at this time.
0 commit comments