From 58233a84d6312a13add35852950aff075a817444 Mon Sep 17 00:00:00 2001 From: krahabb <13969600+krahabb@users.noreply.github.com> Date: Sun, 22 Dec 2024 11:42:59 +0000 Subject: [PATCH] fix typing hint --- custom_components/meross_lan/devices/hub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/meross_lan/devices/hub.py b/custom_components/meross_lan/devices/hub.py index 161e4b5..163d5cf 100644 --- a/custom_components/meross_lan/devices/hub.py +++ b/custom_components/meross_lan/devices/hub.py @@ -301,7 +301,7 @@ def _parse_hub(self, p_hub: dict): self.schedule_entry_reload(5) # interface: self - def log_duplicated_subdevice(self, subdevice_id: str): + def log_duplicated_subdevice(self, subdevice_id: object): self.log( self.CRITICAL, "Subdevice %s (id:%s) appears twice in device data. Shouldn't happen",