From fd53c1de125148606187303c767fa7c42dff5ceb Mon Sep 17 00:00:00 2001 From: petretiandrea Date: Mon, 2 Jan 2023 17:01:05 +0000 Subject: [PATCH] bump version to 1.3.4 --- 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 a558cb2..1eaf3bc 100755 --- a/custom_components/tapo/const.py +++ b/custom_components/tapo/const.py @@ -4,7 +4,7 @@ NAME = "tapo" DOMAIN = "tapo" -VERSION = "1.3.3" +VERSION = "1.3.4" 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 98234b5..e606829 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.3.3", + "version": "1.3.4", "iot_class": "local_polling", "documentation": "https://github.com/petretiandrea/home-assistant-tapo-p100", "issue_tracker": "https://github.com/petretiandrea/home-assistant-tapo-p100/issues/",