We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952d29f commit a518830Copy full SHA for a518830
custom_components/iec/manifest.json
@@ -10,6 +10,6 @@
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.8"],
+ "requirements": ["iec-api==0.4.9"],
14
"version": "0.0.1"
15
}
requirements.txt
@@ -1,5 +1,5 @@
1
colorlog>=6.8.2
2
homeassistant==2024.2.0
3
-iec-api==0.4.8
+iec-api==0.4.9
4
pip>=21.0
5
ruff>=0.5.6
0 commit comments