We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c468ce5 commit 68c4456Copy full SHA for 68c4456
custom_components/jcihitachi_tw/__init__.py
@@ -27,7 +27,7 @@
27
from JciHitachi.api import JciHitachiAWSAPI
28
29
def _lazy_install():
30
- custom_required_packages = ["LibJciHitachi==1.2.0"]
+ custom_required_packages = ["LibJciHitachi==1.2.2"]
31
links = "https://qqaatw.github.io/aws-crt-python-musllinux/"
32
for pkg in custom_required_packages:
33
if not is_installed(pkg) and not install_package(pkg, find_links=links):
custom_components/jcihitachi_tw/manifest.json
@@ -7,5 +7,5 @@
7
"iot_class": "cloud_polling",
8
"issue_tracker": "https://github.com/qqaatw/JciHitachiHA/issues",
9
"requirements": [],
10
- "version": "1.3.0"
+ "version": "1.3.1"
11
}
0 commit comments