Skip to content

Commit

Permalink
Merge branch 'rc'
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Jan 6, 2025
2 parents 926f5e3 + f53ac94 commit 9ff1ce3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export class VoiceAssistantsExpose extends LitElement {
): DataTableColumnContainer => ({
icon: {
title: "",
label: localize("ui.panel.config.voice_assistants.expose.headers.icon"),
type: "icon",
moveable: false,
hidden: narrow,
Expand Down Expand Up @@ -241,6 +242,9 @@ export class VoiceAssistantsExpose extends LitElement {
},
remove: {
title: "",
label: localize(
"ui.panel.config.voice_assistants.expose.headers.remove"
),
type: "icon-button",
hidden: narrow,
template: () =>
Expand Down
5 changes: 4 additions & 1 deletion src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2113,6 +2113,7 @@
"description": "Group devices and entities",
"headers": {
"name": "Name",
"description": "Description",
"icon": "Icon",
"color": "Color"
},
Expand Down Expand Up @@ -2826,12 +2827,14 @@
"expose": {
"caption": "Expose",
"headers": {
"icon": "Icon",
"name": "Name",
"entity_id": "Entity ID",
"area": "Area",
"domain": "Domain",
"assistants": "Assistants",
"aliases": "Aliases"
"aliases": "Aliases",
"remove": "[%key:ui::common::remove%]"
},
"aliases": "{count} aliases",
"expose": "Expose",
Expand Down

0 comments on commit 9ff1ce3

Please sign in to comment.