From 6ad299550b365a3d37bac8bf89d84fe14a59ae59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=A2=D1=83=D0=BC=D0=B0=D0=B9=D0=BA=D0=B8=D0=BD?= Date: Fri, 28 May 2021 18:01:31 +0300 Subject: [PATCH] log --- custom_components/electrolux_remote/update_coordinator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/electrolux_remote/update_coordinator.py b/custom_components/electrolux_remote/update_coordinator.py index 4662e66..6258c37 100644 --- a/custom_components/electrolux_remote/update_coordinator.py +++ b/custom_components/electrolux_remote/update_coordinator.py @@ -29,7 +29,7 @@ async def _async_update_data(self): try: data = await self.api.get_data() - # _LOGGER.debug(f"received data: {data}") + _LOGGER.debug(f"received data: {data}") return data except Exception as exception: