From 7e98ae7dfcadb90ab74a7c0c5b167c973311a364 Mon Sep 17 00:00:00 2001 From: kds69 <75844627+kds69@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:07:51 +0100 Subject: [PATCH] remove no client warning in coordinator.py --- custom_components/openwrt/coordinator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/openwrt/coordinator.py b/custom_components/openwrt/coordinator.py index 52fe9b4..be171e6 100644 --- a/custom_components/openwrt/coordinator.py +++ b/custom_components/openwrt/coordinator.py @@ -137,7 +137,6 @@ async def update_hostapd_clients(self, interface_id: str) -> dict: if 'clients' in response: clients = response['clients'] else: - _LOGGER.warning(f"'clients' key not found in response for interface {interface_id}. Response: {response}") clients = {} macs = dict()