Skip to content

Commit 3dd4e81

Browse files
authored
chore: bump to iec-api 0.2.15 to fix unhashable bug (#108)
1 parent a287f05 commit 3dd4e81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

custom_components/iec/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"iot_class": "cloud_polling",
1111
"issue_tracker": "https://github.com/guykh/iec-custom-component/issues",
1212
"loggers": ["iec_api"],
13-
"requirements": ["iec-api==0.2.14"],
14-
"version": "0.0.25"
13+
"requirements": ["iec-api==0.2.15"],
14+
"version": "0.0.26"
1515
}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
colorlog>=6.8.2
22
homeassistant==2024.2.0
3-
iec-api==0.2.14
3+
iec-api==0.2.15
44
pip>=21.0
55
ruff>=0.2.2

0 commit comments

Comments
 (0)