diff --git a/custom_components/tapo/const.py b/custom_components/tapo/const.py index e4a5e11..0b66f83 100755 --- a/custom_components/tapo/const.py +++ b/custom_components/tapo/const.py @@ -4,7 +4,7 @@ NAME = "tapo" DOMAIN = "tapo" -VERSION = "1.3.7" +VERSION = "1.3.8" SUPPORTED_DEVICE_AS_SWITCH = ["p100", "p105", "p110", "p115"] SUPPORTED_DEVICE_AS_SWITCH_POWER_MONITOR = ["p110", "p115"] diff --git a/custom_components/tapo/manifest.json b/custom_components/tapo/manifest.json index df1176e..a6c7cc6 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.3.7", + "version": "1.3.8", "iot_class": "local_polling", "documentation": "https://github.com/petretiandrea/home-assistant-tapo-p100", "issue_tracker": "https://github.com/petretiandrea/home-assistant-tapo-p100/issues/",