From c83c20fb111823d2627116f81b0f51d8672a9582 Mon Sep 17 00:00:00 2001 From: petretiandrea Date: Wed, 6 Mar 2024 08:15:41 +0100 Subject: [PATCH] fix(ci): bump manually 3.0.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 3651b89..4896619 100755 --- a/custom_components/tapo/const.py +++ b/custom_components/tapo/const.py @@ -12,7 +12,7 @@ NAME = "tapo" DOMAIN = "tapo" -VERSION = "2.13.0" +VERSION = "3.0.0" DISCOVERY_FEATURE_FLAG = "discovery" DISCOVERY_INTERVAL = timedelta(minutes=10) diff --git a/custom_components/tapo/manifest.json b/custom_components/tapo/manifest.json index 9f56936..976448f 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.13.0", + "version": "3.0.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",