mirror of
https://github.com/home-assistant/frontend.git
synced 2026-07-08 15:03:58 +01:00
Section in picker values
This commit is contained in:
@@ -321,7 +321,7 @@ export class HaClockDateFormatPicker extends LitElement {
|
||||
const item = section.items.find((candidate) => candidate.id === value);
|
||||
|
||||
if (item) {
|
||||
return item.primary;
|
||||
return `${item.primary} [${section.title}]`;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user