mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 15:56:35 +00:00
Merge branch 'rc'
This commit is contained in:
commit
9ff1ce3c96
@ -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,
|
||||
@ -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: () =>
|
||||
|
@ -2113,6 +2113,7 @@
|
||||
"description": "Group devices and entities",
|
||||
"headers": {
|
||||
"name": "Name",
|
||||
"description": "Description",
|
||||
"icon": "Icon",
|
||||
"color": "Color"
|
||||
},
|
||||
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user