From 578791976b462945c435ba6af97f599f35a9260c Mon Sep 17 00:00:00 2001 From: petretiandrea Date: Mon, 30 Jan 2023 22:29:49 +0000 Subject: [PATCH] bump version to 2.5.0 --- 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 76b0cc4..d68080e 100755 --- a/custom_components/tapo/const.py +++ b/custom_components/tapo/const.py @@ -5,7 +5,7 @@ NAME = "tapo" DOMAIN = "tapo" -VERSION = "1.4.0" +VERSION = "2.5.0" 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 301f728..f2ae648 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.4.0", + "version": "2.5.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/",