fix errors

This commit is contained in:
Andrey
2021-02-28 22:06:36 +03:00
parent 9a53de1d5d
commit 22a6f8f444

View File

@@ -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: