Skip to content

Commit

Permalink
fix typing hint
Browse files Browse the repository at this point in the history
  • Loading branch information
krahabb committed Dec 22, 2024
1 parent d97ee2a commit 58233a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/meross_lan/devices/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 58233a8

Please sign in to comment.