mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Merge branch 'rc'
This commit is contained in:
commit
9ff1ce3c96
@ -146,6 +146,7 @@ export class VoiceAssistantsExpose extends LitElement {
|
|||||||
): DataTableColumnContainer => ({
|
): DataTableColumnContainer => ({
|
||||||
icon: {
|
icon: {
|
||||||
title: "",
|
title: "",
|
||||||
|
label: localize("ui.panel.config.voice_assistants.expose.headers.icon"),
|
||||||
type: "icon",
|
type: "icon",
|
||||||
moveable: false,
|
moveable: false,
|
||||||
hidden: narrow,
|
hidden: narrow,
|
||||||
@ -241,6 +242,9 @@ export class VoiceAssistantsExpose extends LitElement {
|
|||||||
},
|
},
|
||||||
remove: {
|
remove: {
|
||||||
title: "",
|
title: "",
|
||||||
|
label: localize(
|
||||||
|
"ui.panel.config.voice_assistants.expose.headers.remove"
|
||||||
|
),
|
||||||
type: "icon-button",
|
type: "icon-button",
|
||||||
hidden: narrow,
|
hidden: narrow,
|
||||||
template: () =>
|
template: () =>
|
||||||
|
@ -2113,6 +2113,7 @@
|
|||||||
"description": "Group devices and entities",
|
"description": "Group devices and entities",
|
||||||
"headers": {
|
"headers": {
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
|
"description": "Description",
|
||||||
"icon": "Icon",
|
"icon": "Icon",
|
||||||
"color": "Color"
|
"color": "Color"
|
||||||
},
|
},
|
||||||
@ -2826,12 +2827,14 @@
|
|||||||
"expose": {
|
"expose": {
|
||||||
"caption": "Expose",
|
"caption": "Expose",
|
||||||
"headers": {
|
"headers": {
|
||||||
|
"icon": "Icon",
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"entity_id": "Entity ID",
|
"entity_id": "Entity ID",
|
||||||
"area": "Area",
|
"area": "Area",
|
||||||
"domain": "Domain",
|
"domain": "Domain",
|
||||||
"assistants": "Assistants",
|
"assistants": "Assistants",
|
||||||
"aliases": "Aliases"
|
"aliases": "Aliases",
|
||||||
|
"remove": "[%key:ui::common::remove%]"
|
||||||
},
|
},
|
||||||
"aliases": "{count} aliases",
|
"aliases": "{count} aliases",
|
||||||
"expose": "Expose",
|
"expose": "Expose",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user