diff --git a/custom_components/tapo/const.py b/custom_components/tapo/const.py index 0bc993a..f73707e 100755 --- a/custom_components/tapo/const.py +++ b/custom_components/tapo/const.py @@ -6,7 +6,7 @@ NAME = "tapo" DOMAIN = "tapo" -VERSION = "2.3.0" +VERSION = "2.3.1" SUPPORTED_HUB_DEVICE_MODEL = "h100" SUPPORTED_DEVICE_AS_SWITCH = ["p100", "p105", "p110", "p115", "p125", "p125m"] diff --git a/custom_components/tapo/manifest.json b/custom_components/tapo/manifest.json index 76e7d84..cf69c9b 100755 --- a/custom_components/tapo/manifest.json +++ b/custom_components/tapo/manifest.json @@ -2,7 +2,7 @@ "domain": "tapo", "name": "TP-Link Tapo", "config_flow": true, - "version": "2.3.0", + "version": "2.3.1", "iot_class": "local_polling", "documentation": "https://github.com/petretiandrea/home-assistant-tapo-p100", "issue_tracker": "https://github.com/petretiandrea/home-assistant-tapo-p100/issues",