Skip to content

Commit d77a864

Browse files
authored
chore: bump to 0.2.16 to fix decimal/float issue (#111)
1 parent 6cb6240 commit d77a864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/iec/manifest.json

Lines changed: 1 addition & 1 deletion
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.15"],
13+
"requirements": ["iec-api==0.2.16"],
1414
"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.15
3+
iec-api==0.2.16
44
pip>=21.0
55
ruff>=0.2.2

0 commit comments

Comments
 (0)