From 6106d4d5abaa14ba82961e0404604b8dceaa6641 Mon Sep 17 00:00:00 2001 From: ollo69 Date: Mon, 23 May 2022 18:19:46 +0200 Subject: [PATCH] Update version number and readme --- README.md | 1 + custom_components/smartthinq_sensors/const.py | 2 +- custom_components/smartthinq_sensors/manifest.json | 2 +- info.md | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e67aa70f..a44162f5 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ A HomeAssistant custom integration to monitor and control LG devices using ThinQ Supported devices are: - Air Conditioner - Air Purifier +- Dehumidifier - DishWasher - Dryer - Range diff --git a/custom_components/smartthinq_sensors/const.py b/custom_components/smartthinq_sensors/const.py index 9b254e0e..4f0d6a90 100644 --- a/custom_components/smartthinq_sensors/const.py +++ b/custom_components/smartthinq_sensors/const.py @@ -2,7 +2,7 @@ Support to interface with LGE ThinQ Devices. """ -__version__ = "0.20.3" +__version__ = "0.21.0" PROJECT_URL = "https://github.com/ollo69/ha-smartthinq-sensors/" ISSUE_URL = "{}issues".format(PROJECT_URL) diff --git a/custom_components/smartthinq_sensors/manifest.json b/custom_components/smartthinq_sensors/manifest.json index be32ba2a..68eb3674 100644 --- a/custom_components/smartthinq_sensors/manifest.json +++ b/custom_components/smartthinq_sensors/manifest.json @@ -12,5 +12,5 @@ ], "config_flow": true, "iot_class": "cloud_polling", - "version": "0.20.3" + "version": "0.21.0" } diff --git a/info.md b/info.md index 311414aa..19eab0ed 100644 --- a/info.md +++ b/info.md @@ -3,6 +3,7 @@ A HomeAssistant custom integration to monitor and control LG devices using ThinQ Supported devices are: - Air Conditioner - Air Purifier +- Dehumidifier - DishWasher - Dryer - Range