From 9f45b65241535a6bf84b6bc1479e73553a561d4b Mon Sep 17 00:00:00 2001 From: petretiandrea Date: Sat, 21 May 2022 08:00:34 +0000 Subject: [PATCH] bump version to 1.2.12 --- 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 9b47c58..50162c4 100755 --- a/custom_components/tapo/const.py +++ b/custom_components/tapo/const.py @@ -8,7 +8,7 @@ NAME = "tapo" DOMAIN = "tapo" -VERSION = "1.2.11" +VERSION = "1.2.12" 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 851b6df..7ea78ca 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.11", + "version": "1.2.12", "iot_class": "local_polling", "documentation": "https://github.com/petretiandrea/home-assistant-tapo-p100", "issue_tracker": "https://github.com/petretiandrea/home-assistant-tapo-p100/issues/",