diff --git a/custom_components/ha_text_ai/sensor.py b/custom_components/ha_text_ai/sensor.py index 1157752..725027b 100644 --- a/custom_components/ha_text_ai/sensor.py +++ b/custom_components/ha_text_ai/sensor.py @@ -105,9 +105,8 @@ class HATextAISensor(CoordinatorEntity, SensorEntity): # Entity description self.entity_description = SensorEntityDescription( key=f"ha_text_ai_{self._instance_name}", - name=self._attr_name, entity_registry_enabled_default=True, - ) + ) # State tracking self._current_state = STATE_INITIALIZING