diff --git a/custom_components/tapo/const.py b/custom_components/tapo/const.py index 6771cf6..ce95cae 100755 --- a/custom_components/tapo/const.py +++ b/custom_components/tapo/const.py @@ -5,7 +5,7 @@ NAME = "tapo" DOMAIN = "tapo" -VERSION = "2.10.0" +VERSION = "2.10.1" SUPPORTED_HUB_DEVICE_MODEL = ["h100", "h200"] SUPPORTED_HUB_ALARM = "h100" diff --git a/custom_components/tapo/manifest.json b/custom_components/tapo/manifest.json index 2d352c1..dc5d7d9 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.10.0", + "version": "2.10.1", "iot_class": "local_polling", "documentation": "https://github.com/petretiandrea/home-assistant-tapo-p100", "issue_tracker": "https://github.com/petretiandrea/home-assistant-tapo-p100/issues",