Skip to content

Commit

Permalink
Don't attempt to set name_by_user
Browse files Browse the repository at this point in the history
Fixes #5.
  • Loading branch information
Paul Warren committed Jul 31, 2023
1 parent d70bf4e commit 0478a55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/t_smart/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def device_info(self) -> DeviceInfo:
(DOMAIN, self.unique_id)
},
name=self._tsmart.name,
name_by_user=self._tsmart.name,
manufacturer="Tesla Ltd.",
model="T-Smart",
)

0 comments on commit 0478a55

Please sign in to comment.