Skip to content

Commit 0d00b4a

Browse files
authored
fix: Bad IEC RemoteReading API fix (#264)
1 parent 2d4dd5b commit 0d00b4a

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

custom_components/iec/manifest.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
{
2-
"domain": "iec",
3-
"name": "Israel Electric Corporation (IEC)",
4-
"codeowners": [
5-
"@guykh"
6-
],
7-
"config_flow": true,
8-
"dependencies": ["recorder"],
9-
"documentation": "https://github.com/guykh/iec-custom-component",
10-
"iot_class": "cloud_polling",
11-
"issue_tracker": "https://github.com/guykh/iec-custom-component/issues",
12-
"loggers": ["iec_api"],
13-
"requirements": ["iec-api==0.4.10"],
14-
"version": "0.0.1"
2+
"domain": "iec",
3+
"name": "Israel Electric Corporation (IEC)",
4+
"codeowners": ["@guykh"],
5+
"config_flow": true,
6+
"dependencies": ["recorder"],
7+
"documentation": "https://github.com/guykh/iec-custom-component",
8+
"iot_class": "cloud_polling",
9+
"issue_tracker": "https://github.com/guykh/iec-custom-component/issues",
10+
"loggers": ["iec_api"],
11+
"requirements": ["iec-api==0.4.11"],
12+
"version": "0.0.1"
1513
}

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.10
3+
iec-api==0.4.11
44
pip>=21.0
55
ruff>=0.5.6

0 commit comments

Comments
 (0)