diff --git a/custom_components/tapo/const.py b/custom_components/tapo/const.py index cad8f91..c23f920 100755 --- a/custom_components/tapo/const.py +++ b/custom_components/tapo/const.py @@ -5,7 +5,7 @@ NAME = "tapo" DOMAIN = "tapo" -VERSION = "2.8.1" +VERSION = "2.8.0" SUPPORTED_HUB_DEVICE_MODEL = "h100" SUPPORTED_POWER_STRIP_DEVICE_MODEL = "p300" diff --git a/custom_components/tapo/manifest.json b/custom_components/tapo/manifest.json index 5b61f5d..fcd81e7 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.8.1", + "version": "2.8.0", "iot_class": "local_polling", "documentation": "https://github.com/petretiandrea/home-assistant-tapo-p100", "issue_tracker": "https://github.com/petretiandrea/home-assistant-tapo-p100/issues",