From ddfc4e383e362cfb7ed7539bc393e4e0111787ad Mon Sep 17 00:00:00 2001 From: petretiandrea Date: Tue, 31 Jan 2023 07:48:57 +0000 Subject: [PATCH] bump version to 1.5.1 --- 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 302420a..e3c6655 100755 --- a/custom_components/tapo/const.py +++ b/custom_components/tapo/const.py @@ -5,7 +5,7 @@ NAME = "tapo" DOMAIN = "tapo" -VERSION = "2.5.1" +VERSION = "1.5.1" 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 5608d2b..4d74907 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.5.1", + "version": "1.5.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/",