diff --git a/custom_components/mega/http.py b/custom_components/mega/http.py index 005c41f..5aa8636 100644 --- a/custom_components/mega/http.py +++ b/custom_components/mega/http.py @@ -121,6 +121,7 @@ class MegaView(HomeAssistantView): for cb in self.callbacks[hub.id][pt]: cb(_data) act = hub.ext_act.get(pt) + hub.lg.debug(f'act on port {pt}: {act}, all acts are: {hub.ext_act}') template: Template = self.templates.get(hub.id, {}).get(port, hub.def_response) if template is not None: template.hass = hass