Skip to content

Commit 4b7ac55

Browse files
authored
fix: Fix Single Phase accounts (#160)
1 parent 8b1d5b3 commit 4b7ac55

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.4.1"],
14-
"version": "0.0.32"
13+
"requirements": ["iec-api==0.4.2"],
14+
"version": "0.0.33"
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.4.1
3+
iec-api==0.4.2
44
pip>=21.0
55
ruff>=0.5.6

0 commit comments

Comments
 (0)