From 610a0f55223bf76d297c86e600882b685b2912f7 Mon Sep 17 00:00:00 2001 From: petretiandrea Date: Mon, 31 Jul 2023 20:43:48 +0000 Subject: [PATCH] bump version to 2.4.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 f73707e..7b511fe 100755 --- a/custom_components/tapo/const.py +++ b/custom_components/tapo/const.py @@ -6,7 +6,7 @@ NAME = "tapo" DOMAIN = "tapo" -VERSION = "2.3.1" +VERSION = "2.4.0" SUPPORTED_HUB_DEVICE_MODEL = "h100" SUPPORTED_DEVICE_AS_SWITCH = ["p100", "p105", "p110", "p115", "p125", "p125m"] diff --git a/custom_components/tapo/manifest.json b/custom_components/tapo/manifest.json index e9e1b2c..5f279b9 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.3.1", + "version": "2.4.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",