diff --git a/custom_components/tapo/const.py b/custom_components/tapo/const.py index c936510..6b0ff98 100755 --- a/custom_components/tapo/const.py +++ b/custom_components/tapo/const.py @@ -5,7 +5,7 @@ NAME = "tapo" DOMAIN = "tapo" -VERSION = "2.10.2" +VERSION = "2.11.0" SUPPORTED_HUB_DEVICE_MODEL = ["h100", "kh100", "h200"] SUPPORTED_HUB_ALARM = "h100" diff --git a/custom_components/tapo/manifest.json b/custom_components/tapo/manifest.json index a0215b3..d494958 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.2", + "version": "2.11.0", "iot_class": "local_polling", "documentation": "https://github.com/petretiandrea/home-assistant-tapo-p100", "issue_tracker": "https://github.com/petretiandrea/home-assistant-tapo-p100/issues",