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 a9977d6 commit e8b8345Copy full SHA for e8b8345
custom_components/smartthinq_sensors/const.py
@@ -1,6 +1,6 @@
1
"""Constants for LGE ThinQ custom component."""
2
3
-__version__ = "0.41.0"
+__version__ = "0.41.1"
4
PROJECT_URL = "https://github.com/ollo69/ha-smartthinq-sensors/"
5
ISSUE_URL = f"{PROJECT_URL}issues"
6
custom_components/smartthinq_sensors/manifest.json
@@ -13,5 +13,5 @@
13
"xmltodict>=0.13.0",
14
"charset_normalizer>=3.2.0"
15
],
16
- "version": "0.41.0"
+ "version": "0.41.1"
17
}
0 commit comments