diff --git a/custom_components/tapo/const.py b/custom_components/tapo/const.py index d2268db..e175693 100755 --- a/custom_components/tapo/const.py +++ b/custom_components/tapo/const.py @@ -7,7 +7,7 @@ NAME = "tapo" DOMAIN = "tapo" -VERSION = "3.0.0" +VERSION = "3.1.2" DISCOVERY_FEATURE_FLAG = "discovery" DISCOVERY_INTERVAL = timedelta(minutes=10) diff --git a/custom_components/tapo/manifest.json b/custom_components/tapo/manifest.json index aeaaa00..a690f4b 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": "3.0.0", + "version": "3.1.2", "iot_class": "local_polling", "documentation": "https://github.com/petretiandrea/home-assistant-tapo-p100", "issue_tracker": "https://github.com/petretiandrea/home-assistant-tapo-p100/issues",