diff --git a/custom_components/tapo/const.py b/custom_components/tapo/const.py index 50a6f7c..c2ec25b 100755 --- a/custom_components/tapo/const.py +++ b/custom_components/tapo/const.py @@ -8,7 +8,7 @@ NAME = "tapo" DOMAIN = "tapo" -VERSION = "1.2.16-rc1" +VERSION = "1.2.16" SUPPORTED_DEVICE_AS_SWITCH = ["p100", "p105", "p110", "p115"] SUPPORTED_DEVICE_AS_SWITCH_POWER_MONITOR = ["p110", "p115"] diff --git a/custom_components/tapo/manifest.json b/custom_components/tapo/manifest.json index e0433e8..b6594e0 100755 --- a/custom_components/tapo/manifest.json +++ b/custom_components/tapo/manifest.json @@ -2,7 +2,7 @@ "domain": "tapo", "name": "Tapo Controller", "config_flow": true, - "version": "1.2.16-rc1", + "version": "1.2.16", "iot_class": "local_polling", "documentation": "https://github.com/petretiandrea/home-assistant-tapo-p100", "issue_tracker": "https://github.com/petretiandrea/home-assistant-tapo-p100/issues/",