Skip to content

Commit 57a6f9b

Browse files
authored
Update sensor.py
1 parent c65a858 commit 57a6f9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • custom_components/switch_port_card_pro

custom_components/switch_port_card_pro/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ def extra_state_attributes(self) -> dict[str, Any]:
486486
return attrs
487487
except Exception as e:
488488
_LOGGER.debug("Error calculating live traffic for port %s: %s", self.port, e)
489-
return {}
489+
return {}
490490

491491
# --- System Sensors ---
492492

0 commit comments

Comments
 (0)