diff --git a/homeassistant/components/thinkingcleaner/switch.py b/homeassistant/components/thinkingcleaner/switch.py index 75cfc51a51196..cad94b72023f5 100644 --- a/homeassistant/components/thinkingcleaner/switch.py +++ b/homeassistant/components/thinkingcleaner/switch.py @@ -80,7 +80,7 @@ def __init__(self, tc_object, update_devices, description: SwitchEntityDescripti self.last_lock_time = None self.graceful_state = False - self._attr_name = f"{tc_object} {description.name}" + self._attr_name = f"{tc_object.name} {description.name}" def lock_update(self): """Lock the update since TC clean takes some time to update."""