diff --git a/custom_components/mega/http.py b/custom_components/mega/http.py index f865539..9c527af 100644 --- a/custom_components/mega/http.py +++ b/custom_components/mega/http.py @@ -126,6 +126,7 @@ class MegaView(HomeAssistantView): if template is not None: template.hass = hass ret = template.async_render(_data) + hub.lg.debug(f'response={ret}, template={template}') if ret == 'd' and act: await hub.request(cmd=act) ret = 'd' if hub.force_d else ''