Skip to content

Commit

Permalink
Fixed device info for breaking change in 2023.09 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
lp55 authored Oct 1, 2023
1 parent 713ea7c commit 145a510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sagemcom_fast/device_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def is_connected(self) -> bool:
def device_info(self):
"""Return the device info."""
return {
"default_name": self.name,
"name": self.name,
"identifiers": {(DOMAIN, self.unique_id)},
"via_device": (DOMAIN, self._via_device),
}
Expand Down

0 comments on commit 145a510

Please sign in to comment.