From 97ad7766079f47434533b9fb23a0ccc5c2e9c8ff Mon Sep 17 00:00:00 2001 From: petretiandrea Date: Thu, 3 Mar 2022 16:30:28 +0000 Subject: [PATCH] bump version to 1.2.9 --- 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 c48bc6c..f655f33 100755 --- a/custom_components/tapo/const.py +++ b/custom_components/tapo/const.py @@ -8,7 +8,7 @@ NAME = "tapo" DOMAIN = "tapo" -VERSION = "1.2.8" +VERSION = "1.2.9" SUPPORTED_DEVICE_AS_SWITCH = ["p100", "p105", "p110"] SUPPORTED_DEVICE_AS_SWITCH_POWER_MONITOR = ["p110"] diff --git a/custom_components/tapo/manifest.json b/custom_components/tapo/manifest.json index 2e3a4be..c00270d 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.2.8", + "version": "1.2.9", "iot_class": "local_polling", "documentation": "https://github.com/petretiandrea/home-assistant-tapo-p100", "issue_tracker": "https://github.com/petretiandrea/home-assistant-tapo-p100/issues/",