mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-27 04:52:56 +00:00
Picture elements card editor: Add title to secondary description for custom cards (#22908)
This commit is contained in:
@@ -166,7 +166,7 @@ export class HuiPictureElementsCardRowEditor extends LitElement {
|
||||
`${((element as ConditionalElementConfig).elements || []).length.toString()} ${this.hass?.localize("ui.panel.lovelace.editor.card.picture-elements.elements")}`
|
||||
);
|
||||
}
|
||||
return "Unknown type";
|
||||
return element.title ?? "Unknown type";
|
||||
}
|
||||
|
||||
private async _addElement(ev): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user