diff --git a/custom_components/mega/http.py b/custom_components/mega/http.py index 9c527af..92e987f 100644 --- a/custom_components/mega/http.py +++ b/custom_components/mega/http.py @@ -100,7 +100,7 @@ class MegaView(HomeAssistantView): ret = 'd' if hub.force_d else '' if port is not None: if is_ext(data): - ret = '' # пока ответ всегда пустой, неясно какая будет реакция на непустой ответ + # ret = '' # пока ответ всегда пустой, неясно какая будет реакция на непустой ответ if port in hub.extenders: pt_orig = port else: