diff --git a/custom_components/t_smart/entity.py b/custom_components/t_smart/entity.py index 1f369f4..c49f44e 100644 --- a/custom_components/t_smart/entity.py +++ b/custom_components/t_smart/entity.py @@ -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", )