From d9c39b8ef1bf4224959ab475ba1a86c45e5aac6c Mon Sep 17 00:00:00 2001 From: ollo69 <60491700+ollo69@users.noreply.github.com> Date: Sun, 19 Nov 2023 03:55:39 +0000 Subject: [PATCH] Update version --- custom_components/smartthinq_sensors/const.py | 2 +- custom_components/smartthinq_sensors/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/smartthinq_sensors/const.py b/custom_components/smartthinq_sensors/const.py index 8462321e..61f6eee1 100644 --- a/custom_components/smartthinq_sensors/const.py +++ b/custom_components/smartthinq_sensors/const.py @@ -1,6 +1,6 @@ """Constants for LGE ThinQ custom component.""" -__version__ = "0.35.4" +__version__ = "0.35.5" PROJECT_URL = "https://github.com/ollo69/ha-smartthinq-sensors/" ISSUE_URL = f"{PROJECT_URL}issues" diff --git a/custom_components/smartthinq_sensors/manifest.json b/custom_components/smartthinq_sensors/manifest.json index 56fb149d..a97f005e 100644 --- a/custom_components/smartthinq_sensors/manifest.json +++ b/custom_components/smartthinq_sensors/manifest.json @@ -9,5 +9,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/ollo69/ha-smartthinq-sensors/issues", "requirements": ["pycountry>=20.7.3", "xmltodict>=0.12.0", "charset_normalizer>=2.0.0"], - "version": "0.35.4" + "version": "0.35.5" }