Skip to content

Commit

Permalink
Duplicate attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius committed Dec 14, 2024
1 parent 6cfc331 commit 03d80be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/bbox/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def extra_state_attributes(self):
return {
"link": self._device.get("link"),
"last_seen": self._device.get("lastseen"),
"ip_address": self._device.get("ipaddress"),
}

@callback
Expand Down

0 comments on commit 03d80be

Please sign in to comment.