From cfb2e65c1e5844f486a6c4c2d763da8cc75ec503 Mon Sep 17 00:00:00 2001 From: petretiandrea Date: Sun, 24 Apr 2022 08:16:36 +0000 Subject: [PATCH] bump version to 1.2.11 --- custom_components/tapo/const.py | 2 +- custom_components/tapo/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/tapo/const.py b/custom_components/tapo/const.py index 411382a..6f7dcf5 100755 --- a/custom_components/tapo/const.py +++ b/custom_components/tapo/const.py @@ -8,7 +8,7 @@ NAME = "tapo" DOMAIN = "tapo" -VERSION = "2.1.11" +VERSION = "1.2.11" SUPPORTED_DEVICE_AS_SWITCH = ["p100", "p105", "p110"] SUPPORTED_DEVICE_AS_SWITCH_POWER_MONITOR = ["p110"] diff --git a/custom_components/tapo/manifest.json b/custom_components/tapo/manifest.json index 6f68fce..851b6df 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": "2.1.11", + "version": "1.2.11", "iot_class": "local_polling", "documentation": "https://github.com/petretiandrea/home-assistant-tapo-p100", "issue_tracker": "https://github.com/petretiandrea/home-assistant-tapo-p100/issues/",