How to omit displaying entity name in vertical stack

Previously I specified no name in vertical stack by “” for name which worked fine.
Due to changes for naming in recent releases the entityname will de deisplayed regardless of the unchanged “”. Actually the dialog in vertical stack now allows with a + to add/compose a name utilizing Entity/Device/Floor.

Any ideas how to avoid displaying the unwanted name in vertical stack.

Can you post a screenshot with a field in UI where you are now supposed to use a combined name? Are you sure this field belongs to the vertical stack card? Perhaps you mean some card inside a vertical stack (like Entity card).

Thanks for investigating. Here the details:

YAML:
entities:
- entity: sensor.temperature_outdoor_temperature_combined
name: Outdoor
tap_action:
action: url
url_path: /lovelace/sub-outdoor
- entity: sensor.temperature_outdoor_humidity
name: “”
tap_action:
action: url
url_path: /lovelace/sub-outdoor

Displayed:
Displayed

Editor Screenshot Termperature

Editor Screen Shot Humitidy